Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static AccountRecoverySetting.Factors |
AccountRecoverySetting.Factors.create(String key) |
static AccountRecoverySetting.Factors |
AccountRecoverySetting.Factors.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountRecoverySetting.Factors[] |
AccountRecoverySetting.Factors.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<AccountRecoverySetting.Factors> |
AccountRecoverySetting.getFactors()
The account recovery factor used (for example, email, mobile number (SMS), security
questions, mobile application push or TOTP) to verify the identity of the user and reset the
user’s password.
|
Modifier and Type | Method and Description |
---|---|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.factors(List<AccountRecoverySetting.Factors> factors)
The account recovery factor used (for example, email, mobile number (SMS), security
questions, mobile application push or TOTP) to verify the identity of the user and reset
the user’s password.
|
Constructor and Description |
---|
AccountRecoverySetting(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 externalId,
List<AccountRecoverySetting.Factors> factors,
Integer maxIncorrectAttempts,
Integer lockoutDuration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.