Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static MyAuthToken.Status |
MyAuthToken.Status.create(String key) |
MyAuthToken.Status |
MyAuthToken.getStatus()
The user’s credential status.
|
static MyAuthToken.Status |
MyAuthToken.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MyAuthToken.Status[] |
MyAuthToken.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MyAuthToken.Builder |
MyAuthToken.Builder.status(MyAuthToken.Status status)
The user’s credential status.
|
Constructor and Description |
---|
MyAuthToken(String id,
String ocid,
List<String> schemas,
Meta meta,
IdcsCreatedBy idcsCreatedBy,
IdcsLastModifiedBy idcsLastModifiedBy,
List<IdcsPreventedOperations> idcsPreventedOperations,
List<Tags> tags,
Boolean deleteInProgress,
String idcsLastUpgradedInRelease,
String domainOcid,
String compartmentOcid,
String tenancyOcid,
String description,
MyAuthToken.Status status,
String expiresOn,
MyAuthTokenUser user)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.