Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.98 KB

GroupMember.md

File metadata and controls

25 lines (21 loc) · 1.98 KB

Okta.Sdk.Model.GroupMember

Properties

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=&quot;x-lifecycle-container&quot;><x-lifecycle class=&quot;ea&quot;></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]

[Back to Model list] [Back to API list] [Back to README]