public static class AuthenticationFactorSettingsBypassCodeSettings.Builder extends Object
Constructor and Description |
---|
Builder() |
public AuthenticationFactorSettingsBypassCodeSettings.Builder selfServiceGenerationEnabled(Boolean selfServiceGenerationEnabled)
If true, indicates that self-service bypass code generation is enabled
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
selfServiceGenerationEnabled
- the value to setpublic AuthenticationFactorSettingsBypassCodeSettings.Builder helpDeskGenerationEnabled(Boolean helpDeskGenerationEnabled)
If true, indicates that help desk bypass code generation is enabled
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - uniqueness: none
helpDeskGenerationEnabled
- the value to setpublic AuthenticationFactorSettingsBypassCodeSettings.Builder length(Integer length)
Exact length of the bypass code to be generated
*SCIM++ Properties:** - idcsMaxValue: 20 - idcsMinValue: 8 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
length
- the value to setpublic AuthenticationFactorSettingsBypassCodeSettings.Builder maxActive(Integer maxActive)
The maximum number of bypass codes that can be issued to any user
*SCIM++ Properties:** - idcsMaxValue: 6 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
maxActive
- the value to setpublic AuthenticationFactorSettingsBypassCodeSettings.Builder helpDeskCodeExpiryInMins(Integer helpDeskCodeExpiryInMins)
Expiry (in minutes) of any bypass code that is generated by the help desk
*SCIM++ Properties:** - idcsMaxValue: 9999999 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
helpDeskCodeExpiryInMins
- the value to setpublic AuthenticationFactorSettingsBypassCodeSettings.Builder helpDeskMaxUsage(Integer helpDeskMaxUsage)
The maximum number of times that any bypass code that is generated by the help desk can be used
*SCIM++ Properties:** - idcsMaxValue: 999 - idcsMinValue: 1 - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: integer - uniqueness: none
helpDeskMaxUsage
- the value to setpublic AuthenticationFactorSettingsBypassCodeSettings build()
public AuthenticationFactorSettingsBypassCodeSettings.Builder copy(AuthenticationFactorSettingsBypassCodeSettings model)
Copyright © 2016–2024. All rights reserved.