docs.AppUserAssignRequest.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
The newest version!
# AppUserAssignRequest
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**created** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional] |
|**credentials** | [**AppUserCredentials**](AppUserCredentials.md) | | [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** | **OffsetDateTime** | 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** | [**OffsetDateTime**](OffsetDateTime.md) | | [optional] |
|**passwordChanged** | **OffsetDateTime** | Timestamp when the Application User password was last changed | [optional] [readonly] |
|**profile** | **Map<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](/openapi/okta-management/management/tag/User/#tag/User/operation/getUser!c=200&path=profile&t=response). | [optional] |
|**scope** | [**ScopeEnum**](#ScopeEnum) | Indicates if the assignment is direct (`USER`) or by group membership (`GROUP`). | [optional] |
|**status** | **AppUserStatus** | | [optional] |
|**statusChanged** | **OffsetDateTime** | Timestamp when the Application User status was last changed | [optional] [readonly] |
|**syncState** | **AppUserSyncState** | | [optional] |
|**embedded** | **Map<String, Object>** | Embedded resources related to the Application User using the [JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification | [optional] [readonly] |
|**links** | [**LinksAppAndUser**](LinksAppAndUser.md) | | [optional] |
## Enum: ScopeEnum
| Name | Value |
|---- | -----|
| USER | "USER" |
| GROUP | "GROUP" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy