Package com.okta.sdk.resource.model
Class IdentityProviderApplicationUser
java.lang.Object
com.okta.sdk.resource.model.IdentityProviderApplicationUser
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class IdentityProviderApplicationUser
extends Object
implements Serializable
IdentityProviderApplicationUser
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the object was createdEmbedded resources related to the IdP UserUnique IdP-specific identifier for the UsergetId()
Unique key of the UserTimestamp when the object was last updatedgetLinks()
Get linksIdP-specific profile for the User.int
hashCode()
putprofileItem
(String key, Object profileItem) void
void
setProfile
(Map<String, Object> profile) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_EXTERNAL_ID
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_EMBEDDED
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
IdentityProviderApplicationUser
public IdentityProviderApplicationUser()
-
-
Method Details
-
getCreated
Timestamp when the object was created- Returns:
- created
-
getExternalId
Unique IdP-specific identifier for the User- Returns:
- externalId
-
getId
Unique key of the User- Returns:
- id
-
getLastUpdated
Timestamp when the object was last updated- Returns:
- lastUpdated
-
profile
-
putprofileItem
-
getProfile
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.- Returns:
- profile
-
setProfile
-
getEmbedded
Embedded resources related to the IdP User- Returns:
- embedded
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-