@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface AppUser extends ExtensibleResource, Deletable
Modifier and Type | Method and Description |
---|---|
void |
delete()
Remove User from Application
Removes an assignment for a user from an application.
|
void |
delete(Boolean sendEmail)
Remove User from Application
Removes an assignment for a user from an application.
|
Date |
getCreated() |
AppUserCredentials |
getCredentials() |
Map<String,Object> |
getEmbedded() |
String |
getExternalId() |
String |
getId() |
Date |
getLastSync() |
Date |
getLastUpdated() |
Map<String,Object> |
getLinks() |
Date |
getPasswordChanged() |
Map<String,Object> |
getProfile() |
String |
getScope() |
String |
getStatus() |
Date |
getStatusChanged() |
String |
getSyncState() |
AppUser |
setCredentials(AppUserCredentials credentials) |
AppUser |
setId(String id) |
AppUser |
setProfile(Map<String,Object> profile) |
AppUser |
setScope(String scope) |
AppUser |
update()
Update Application Profile for Assigned User
Updates a user's profile for an application
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Date getCreated()
AppUserCredentials getCredentials()
AppUser setCredentials(AppUserCredentials credentials)
String getExternalId()
String getId()
Date getLastSync()
Date getLastUpdated()
Date getPasswordChanged()
String getScope()
String getStatus()
Date getStatusChanged()
String getSyncState()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/apps/{appId}/users/{userId}") AppUser update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/apps/{appId}/users/{userId}") void delete(Boolean sendEmail)
sendEmail
- (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="DELETE - /api/v1/apps/{appId}/users/{userId}") void delete()
Copyright © 2017–2023 Okta. All rights reserved.