public static class AuthenticationFactorSettingsEndpointRestrictions.Builder extends Object
Constructor and Description |
---|
Builder() |
public 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
maxEnrolledDevices
- the value to setpublic 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
maxTrustedEndpoints
- the value to setpublic 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
maxEndpointTrustDurationInDays
- the value to setpublic 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
trustedEndpointsEnabled
- the value to setpublic 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
maxIncorrectAttempts
- the value to setpublic AuthenticationFactorSettingsEndpointRestrictions build()
Copyright © 2016–2024. All rights reserved.