AuthenticationFactorSettingsIdentityStoreSettings¶
-
class
oci.identity_domains.models.
AuthenticationFactorSettingsIdentityStoreSettings
(**kwargs)¶ Bases:
object
Settings related to the use of a user’s profile details from the identity store
SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new AuthenticationFactorSettingsIdentityStoreSettings object with values from keyword arguments. Attributes
mobile_number_enabled
Gets the mobile_number_enabled of this AuthenticationFactorSettingsIdentityStoreSettings. mobile_number_update_enabled
Gets the mobile_number_update_enabled of this AuthenticationFactorSettingsIdentityStoreSettings. -
__init__
(**kwargs)¶ Initializes a new AuthenticationFactorSettingsIdentityStoreSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mobile_number_enabled (bool) – The value to assign to the mobile_number_enabled property of this AuthenticationFactorSettingsIdentityStoreSettings.
- mobile_number_update_enabled (bool) – The value to assign to the mobile_number_update_enabled property of this AuthenticationFactorSettingsIdentityStoreSettings.
-
mobile_number_enabled
¶ Gets the mobile_number_enabled of this AuthenticationFactorSettingsIdentityStoreSettings. If true, indicates that Multi-Factor Authentication should use the mobile number in the identity store
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The mobile_number_enabled of this AuthenticationFactorSettingsIdentityStoreSettings. Return type: bool
-
mobile_number_update_enabled
¶ Gets the mobile_number_update_enabled of this AuthenticationFactorSettingsIdentityStoreSettings. If true, indicates that the user can update the mobile number in the user’s Multi-Factor Authentication profile
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The mobile_number_update_enabled of this AuthenticationFactorSettingsIdentityStoreSettings. Return type: bool
-