Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static UserDbCredential.Status |
UserDbCredential.Status.create(String key) |
UserDbCredential.Status |
UserDbCredential.getStatus()
User credential status
|
static UserDbCredential.Status |
UserDbCredential.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDbCredential.Status[] |
UserDbCredential.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UserDbCredential.Builder |
UserDbCredential.Builder.status(UserDbCredential.Status status)
User credential status
|
Constructor and Description |
---|
UserDbCredential(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 name,
String dbPassword,
String description,
String mixedDbPassword,
String salt,
String mixedSalt,
String lastSetDate,
Boolean expired,
UserDbCredential.Status status,
String expiresOn,
UserDbCredentialsUser user,
ExtensionSelfChangeUser urnIetfParamsScimSchemasOracleIdcsExtensionSelfChangeUser)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.