Name | Type | Description | Notes |
---|---|---|---|
GroupRuleId | string | The group rule ID | [optional] [readonly] |
Activated | DateTimeOffset? | The timestamp when the user status transitioned to `ACTIVE` | [optional] [readonly] |
Created | DateTimeOffset | The timestamp when the user was created | [optional] [readonly] |
Credentials | UserCredentials | [optional] | |
Id | string | The unique key for the user | [optional] [readonly] |
LastLogin | DateTimeOffset? | The timestamp of the last login | [optional] [readonly] |
LastUpdated | DateTimeOffset | The timestamp when the user was last updated | [optional] [readonly] |
PasswordChanged | DateTimeOffset? | The timestamp when the user's password was last updated | [optional] [readonly] |
Profile | UserProfile | [optional] | |
RealmId | string | <div class="x-lifecycle-container"><x-lifecycle class="ea"></x-lifecycle></div>The ID of the Realm in which the user is residing | [optional] [readonly] |
Status | UserStatus | [optional] | |
StatusChanged | DateTimeOffset? | The timestamp when the status of the user last changed | [optional] [readonly] |
TransitioningToStatus | string | The target status of an in-progress asynchronous status transition. This property is only returned if the user's state is transitioning. | [optional] [readonly] |
Type | UserType | [optional] | |
Embedded | Dictionary<string, Object> | If specified, includes embedded resources related to the user | [optional] [readonly] |
Links | UserLinks | [optional] |