
docs.IdentityProviderApplicationUser.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.
# IdentityProviderApplicationUser
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**created** | **OffsetDateTime** | Timestamp when the object was created | [optional] [readonly] |
|**externalId** | **String** | Unique IdP-specific identifier for the User | [optional] [readonly] |
|**id** | **String** | Unique key of the User | [optional] [readonly] |
|**lastUpdated** | **OffsetDateTime** | Timestamp when the object was last updated | [optional] [readonly] |
|**profile** | **Map<String, Object>** | IdP-specific profile for the User. Identity Provider User profiles are IdP-specific but may be customized by the Profile Editor in the Admin Console. > **Note:** Okta variable names have reserved characters that may conflict with the name of an IdP assertion attribute. You can use the **External name** to define the attribute name as defined in an IdP assertion such as a SAML attribute name. | [optional] |
|**embedded** | **Map<String, Object>** | Embedded resources related to the IdP User | [optional] [readonly] |
|**links** | [**IdentityProviderApplicationUserLinks**](IdentityProviderApplicationUserLinks.md) | | [optional] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy