@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class AppUser extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AppUser.ScopeEnum
Toggles the assignment between user or group scope
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CREATED |
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_EMBEDDED |
static String |
JSON_PROPERTY_EXTERNAL_ID |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LAST_SYNC |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_PASSWORD_CHANGED |
static String |
JSON_PROPERTY_PROFILE |
static String |
JSON_PROPERTY_SCOPE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_STATUS_CHANGED |
static String |
JSON_PROPERTY_SYNC_STATE |
Constructor and Description |
---|
AppUser() |
Modifier and Type | Method and Description |
---|---|
AppUser |
credentials(AppUserCredentials credentials) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreated()
Timestamp when the App User object was created
|
AppUserCredentials |
getCredentials()
Get credentials
|
Map<String,Object> |
getEmbedded()
Embedded resources related to the App User using the [JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification
|
String |
getExternalId()
The ID of the user in the target app that's linked to the Okta App User object.
|
String |
getId()
Unique identifier of the App User object (only required for apps with `signOnMode` or authentication schemes that don't require credentials)
|
OffsetDateTime |
getLastSync()
Timestamp of the last synchronization operation.
|
OffsetDateTime |
getLastUpdated()
Timestamp when App User was last updated
|
LinksAppAndUser |
getLinks()
Get links
|
org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> |
getPasswordChanged_JsonNullable() |
OffsetDateTime |
getPasswordChanged()
Timestamp when the App User password was last changed
|
Map<String,Object> |
getProfile()
App user profiles are app-specific and can be customized by the Profile Editor in the Admin Console.
|
AppUser.ScopeEnum |
getScope()
Toggles the assignment between user or group scope
|
AppUserStatus |
getStatus()
Get status
|
OffsetDateTime |
getStatusChanged()
Timestamp when the App User status was last changed
|
AppUserSyncState |
getSyncState()
Get syncState
|
int |
hashCode() |
AppUser |
id(String id) |
AppUser |
links(LinksAppAndUser links) |
AppUser |
profile(Map<String,Object> profile) |
AppUser |
putProfileItem(String key,
Object profileItem) |
AppUser |
scope(AppUser.ScopeEnum scope) |
void |
setCredentials(AppUserCredentials credentials) |
void |
setId(String id) |
void |
setLinks(LinksAppAndUser links) |
void |
setProfile(Map<String,Object> profile) |
void |
setScope(AppUser.ScopeEnum scope) |
void |
setStatus(AppUserStatus status) |
void |
setSyncState(AppUserSyncState syncState) |
AppUser |
status(AppUserStatus status) |
AppUser |
syncState(AppUserSyncState syncState) |
String |
toString() |
public static final String JSON_PROPERTY_CREATED
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_EXTERNAL_ID
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_LAST_SYNC
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_PASSWORD_CHANGED
public static final String JSON_PROPERTY_PROFILE
public static final String JSON_PROPERTY_SCOPE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS_CHANGED
public static final String JSON_PROPERTY_SYNC_STATE
public static final String JSON_PROPERTY_EMBEDDED
public static final String JSON_PROPERTY_LINKS
@Nonnull public OffsetDateTime getCreated()
public AppUser credentials(AppUserCredentials credentials)
@Nullable public AppUserCredentials getCredentials()
public void setCredentials(AppUserCredentials credentials)
@Nullable public String getExternalId()
@Nullable public String getId()
public void setId(String id)
@Nullable public OffsetDateTime getLastSync()
@Nonnull public OffsetDateTime getLastUpdated()
@Nullable public OffsetDateTime getPasswordChanged()
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getPasswordChanged_JsonNullable()
@Nullable public Map<String,Object> getProfile()
public AppUser scope(AppUser.ScopeEnum scope)
@Nonnull public AppUser.ScopeEnum getScope()
public void setScope(AppUser.ScopeEnum scope)
public AppUser status(AppUserStatus status)
@Nonnull public AppUserStatus getStatus()
public void setStatus(AppUserStatus status)
@Nonnull public OffsetDateTime getStatusChanged()
public AppUser syncState(AppUserSyncState syncState)
@Nullable public AppUserSyncState getSyncState()
public void setSyncState(AppUserSyncState syncState)
@Nullable public Map<String,Object> getEmbedded()
public AppUser links(LinksAppAndUser links)
@Nonnull public LinksAppAndUser getLinks()
public void setLinks(LinksAppAndUser links)
Copyright © 2017–2023 Okta. All rights reserved.