Class AuthenticationFactorSettingsCompliancePolicy.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsCompliancePolicy.Builder
-
- Enclosing class:
- AuthenticationFactorSettingsCompliancePolicy
public static class AuthenticationFactorSettingsCompliancePolicy.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationFactorSettingsCompliancePolicy.Builder
action(AuthenticationFactorSettingsCompliancePolicy.Action action)
The action to be taken if the value of the attribute is not as expectedAuthenticationFactorSettingsCompliancePolicy
build()
AuthenticationFactorSettingsCompliancePolicy.Builder
copy(AuthenticationFactorSettingsCompliancePolicy model)
AuthenticationFactorSettingsCompliancePolicy.Builder
name(String name)
The name of the attribute being evaluatedAuthenticationFactorSettingsCompliancePolicy.Builder
value(String value)
The value of the attribute to be evaluated
-
-
-
Method Detail
-
name
public AuthenticationFactorSettingsCompliancePolicy.Builder name(String name)
The name of the attribute being evaluated*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
action
public AuthenticationFactorSettingsCompliancePolicy.Builder action(AuthenticationFactorSettingsCompliancePolicy.Action action)
The action to be taken if the value of the attribute is not as expected*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
action
- the value to set- Returns:
- this builder
-
value
public AuthenticationFactorSettingsCompliancePolicy.Builder value(String value)
The value of the attribute to be evaluated*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public AuthenticationFactorSettingsCompliancePolicy build()
-
copy
public AuthenticationFactorSettingsCompliancePolicy.Builder copy(AuthenticationFactorSettingsCompliancePolicy model)
-
-