Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsCompliancePolicy.Builder
-
Packages that use AuthenticationFactorSettingsCompliancePolicy.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsCompliancePolicy.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsCompliancePolicy.Builder Modifier and Type Method Description AuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy.Builder. action(AuthenticationFactorSettingsCompliancePolicy.Action action)
The action to be taken if the value of the attribute is not as expectedstatic AuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy. builder()
Create a new builder.AuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy.Builder. copy(AuthenticationFactorSettingsCompliancePolicy model)
AuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy.Builder. name(String name)
The name of the attribute being evaluatedAuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy. toBuilder()
AuthenticationFactorSettingsCompliancePolicy.Builder
AuthenticationFactorSettingsCompliancePolicy.Builder. value(String value)
The value of the attribute to be evaluated
-