Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute
-
Packages that use AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute Modifier and Type Method Description static AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute
AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute. create(String key)
AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute
AuthenticationFactorSettingsDuoSecuritySettings. getUserMappingAttribute()
User attribute mapping valuestatic AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute
AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute[]
AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute Modifier and Type Method Description AuthenticationFactorSettingsDuoSecuritySettings.Builder
AuthenticationFactorSettingsDuoSecuritySettings.Builder. userMappingAttribute(AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute userMappingAttribute)
User attribute mapping valueConstructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute Constructor Description AuthenticationFactorSettingsDuoSecuritySettings(String integrationKey, String secretKey, String attestationKey, String apiHostname, AuthenticationFactorSettingsDuoSecuritySettings.UserMappingAttribute userMappingAttribute)
Deprecated.
-