Name | Type | Description | Notes |
---|---|---|---|
can | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
created_at | string | Timestamp for the creation of this credential | [optional] |
string | EMail address used for user login | [optional] | |
forced_password_reset_at_next_login | bool | Force the user to change their password upon their next login | [optional] |
user_id | string | Unique Id of the user | [optional] |
is_disabled | bool | Has this credential been disabled? | [optional] |
logged_in_at | string | Timestamp for most recent login using credential | [optional] |
password_reset_url | string | Url with one-time use secret token that the user can use to reset password | [optional] |
account_setup_url | string | Url with one-time use secret token that the user can use to setup account | [optional] |
type | string | Short name for the type of this kind of credential | [optional] |
url | string | Link to get this item | [optional] |
user_url | string | Link to get this user | [optional] |