Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static AccountRecoverySetting.Builder |
AccountRecoverySetting.builder()
Create a new builder.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.compartmentOcid(String compartmentOcid)
OCI Compartment Id (ocid) in which the resource lives.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.copy(AccountRecoverySetting model) |
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.deleteInProgress(Boolean deleteInProgress)
A boolean flag indicating this resource in the process of being deleted.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.domainOcid(String domainOcid)
OCI Domain Id (ocid) in which the resource lives.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.externalId(String externalId)
An identifier for the Resource as defined by the Service Consumer.
|
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.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.id(String id)
Unique identifier for the SCIM Resource as defined by the Service Provider.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.idcsCreatedBy(IdcsCreatedBy idcsCreatedBy) |
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.idcsLastModifiedBy(IdcsLastModifiedBy idcsLastModifiedBy) |
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.idcsLastUpgradedInRelease(String idcsLastUpgradedInRelease)
The release number when the resource was upgraded.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.idcsPreventedOperations(List<IdcsPreventedOperations> idcsPreventedOperations)
Each value of this attribute specifies an operation that only an internal client may
perform on this particular resource.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.lockoutDuration(Integer lockoutDuration)
Indicates how many minutes to disable account recovery for the user.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.maxIncorrectAttempts(Integer maxIncorrectAttempts)
Indicates the maximum number of failed account recovery attempts allowed for the user.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.meta(Meta meta) |
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.ocid(String ocid)
Unique OCI identifier for the SCIM Resource.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.schemas(List<String> schemas)
REQUIRED.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.tags(List<Tags> tags)
A list of tags on this resource.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.Builder.tenancyOcid(String tenancyOcid)
OCI Tenant Id (ocid) in which the resource lives.
|
AccountRecoverySetting.Builder |
AccountRecoverySetting.toBuilder() |
Copyright © 2016–2024. All rights reserved.