github.com/spinnaker/spin@v1.30.0/gateapi/docs/User.md (about)

     1  # User
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **AccountNonExpired** | **bool** |  | [optional] [default to null]
     7  **AccountNonLocked** | **bool** |  | [optional] [default to null]
     8  **AllowedAccounts** | **[]string** |  | [optional] [default to null]
     9  **Authorities** | [**[]GrantedAuthority**](GrantedAuthority.md) |  | [optional] [default to null]
    10  **CredentialsNonExpired** | **bool** |  | [optional] [default to null]
    11  **Email** | **string** |  | [optional] [default to null]
    12  **Enabled** | **bool** |  | [optional] [default to null]
    13  **FirstName** | **string** |  | [optional] [default to null]
    14  **LastName** | **string** |  | [optional] [default to null]
    15  **Roles** | **[]string** |  | [optional] [default to null]
    16  **Username** | **string** |  | [optional] [default to null]
    17  
    18  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    19  
    20