Class AuthenticationFactorSettingsEndpointRestrictions.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsEndpointRestrictions.Builder
 
- 
- Enclosing class:
- AuthenticationFactorSettingsEndpointRestrictions
 
 public static class AuthenticationFactorSettingsEndpointRestrictions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
maxEnrolledDevicespublic AuthenticationFactorSettingsEndpointRestrictions.Builder maxEnrolledDevices(Integer maxEnrolledDevices) Maximum number of enrolled devices per user*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none - Parameters:
- maxEnrolledDevices- the value to set
- Returns:
- this builder
 
 - 
maxTrustedEndpointspublic AuthenticationFactorSettingsEndpointRestrictions.Builder maxTrustedEndpoints(Integer maxTrustedEndpoints) Max number of trusted endpoints per user*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none - Parameters:
- maxTrustedEndpoints- the value to set
- Returns:
- this builder
 
 - 
maxEndpointTrustDurationInDayspublic AuthenticationFactorSettingsEndpointRestrictions.Builder maxEndpointTrustDurationInDays(Integer maxEndpointTrustDurationInDays) Maximum number of days until an endpoint can be trusted*SCIM++ Properties:** - idcsMaxValue: 180 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none - Parameters:
- maxEndpointTrustDurationInDays- the value to set
- Returns:
- this builder
 
 - 
trustedEndpointsEnabledpublic AuthenticationFactorSettingsEndpointRestrictions.Builder trustedEndpointsEnabled(Boolean trustedEndpointsEnabled) Specify if trusted endpoints are enabled*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none - Parameters:
- trustedEndpointsEnabled- the value to set
- Returns:
- this builder
 
 - 
maxIncorrectAttemptspublic AuthenticationFactorSettingsEndpointRestrictions.Builder maxIncorrectAttempts(Integer maxIncorrectAttempts) An integer that represents the maximum number of failed MFA logins before an account is locked*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 5 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none - Parameters:
- maxIncorrectAttempts- the value to set
- Returns:
- this builder
 
 - 
buildpublic AuthenticationFactorSettingsEndpointRestrictions build() 
 - 
copypublic AuthenticationFactorSettingsEndpointRestrictions.Builder copy(AuthenticationFactorSettingsEndpointRestrictions model) 
 
- 
 
-