public static class AuthenticationFactorSettingsDuoSecuritySettings.Builder extends Object
Constructor and Description |
---|
Builder() |
public AuthenticationFactorSettingsDuoSecuritySettings.Builder integrationKey(String integrationKey)
Integration key from Duo Security authenticator
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
integrationKey
- the value to setpublic AuthenticationFactorSettingsDuoSecuritySettings.Builder secretKey(String secretKey)
Secret key from Duo Security authenticator
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
secretKey
- the value to setpublic AuthenticationFactorSettingsDuoSecuritySettings.Builder attestationKey(String attestationKey)
Attestation key to attest the request and response between Duo Security
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: never - type: string - uniqueness: none
attestationKey
- the value to setpublic AuthenticationFactorSettingsDuoSecuritySettings.Builder apiHostname(String apiHostname)
Hostname to access the Duo security account
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
apiHostname
- the value to setpublic AuthenticationFactorSettingsDuoSecuritySettings.Builder userMappingAttribute(AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute userMappingAttribute)
User attribute mapping value
*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
userMappingAttribute
- the value to setpublic AuthenticationFactorSettingsDuoSecuritySettings build()
Copyright © 2016–2024. All rights reserved.