Name | Type | Description | Notes |
---|---|---|---|
Created | DateTimeOffset | [optional] | |
Credentials | AppUserCredentials | [optional] | |
ExternalId | string | The ID of the user in the target app that's linked to the Okta Application User object. This value is the native app-specific identifier or primary key for the user in the target app. The `externalId` is set during import when the user is confirmed (reconciled) or during provisioning when the user is created in the target app. This value isn't populated for SSO app assignments (for example, SAML or SWA) because it isn't synchronized with a target app. | [optional] [readonly] |
Id | string | Unique identifier for the Okta User | |
LastSync | DateTimeOffset | Timestamp of the last synchronization operation. This value is only updated for apps with the `IMPORT_PROFILE_UPDATES` or `PUSH PROFILE_UPDATES` feature. | [optional] [readonly] |
LastUpdated | DateTimeOffset | [optional] | |
PasswordChanged | DateTimeOffset? | Timestamp when the Application User password was last changed | [optional] [readonly] |
Profile | Dictionary<string, Object> | Specifies the default and custom profile properties for a user. Properties that are visible in the Admin Console for an app assignment can also be assigned through the API. Some properties are reference properties that are imported from the target app and can't be configured. See profile. | [optional] |
Scope | string | Indicates if the assignment is direct (`USER`) or by group membership (`GROUP`). | [optional] |
Status | AppUserStatus | [optional] | |
StatusChanged | DateTimeOffset | Timestamp when the Application User status was last changed | [optional] [readonly] |
SyncState | AppUserSyncState | [optional] | |
Embedded | Dictionary<string, Object> | Embedded resources related to the Application User using the JSON Hypertext Application Language specification | [optional] [readonly] |
Links | LinksAppAndUser | [optional] |