public static class AuthenticationFactorSettingsCompliancePolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuthenticationFactorSettingsCompliancePolicy.Builder |
action(AuthenticationFactorSettingsCompliancePolicy.Action action)
The action to be taken if the value of the attribute is not as expected
|
AuthenticationFactorSettingsCompliancePolicy |
build() |
AuthenticationFactorSettingsCompliancePolicy.Builder |
copy(AuthenticationFactorSettingsCompliancePolicy model) |
AuthenticationFactorSettingsCompliancePolicy.Builder |
name(String name)
The name of the attribute being evaluated
|
AuthenticationFactorSettingsCompliancePolicy.Builder |
value(String value)
The value of the attribute to be evaluated
|
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
name
- the value to setpublic 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
action
- the value to setpublic 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
value
- the value to setpublic AuthenticationFactorSettingsCompliancePolicy build()
public AuthenticationFactorSettingsCompliancePolicy.Builder copy(AuthenticationFactorSettingsCompliancePolicy model)
Copyright © 2016–2024. All rights reserved.