AuthenticationFactorSettingsEmailSettings¶
-
class
oci.identity_domains.models.
AuthenticationFactorSettingsEmailSettings
(**kwargs)¶ Bases:
object
Settings related to Email Factor, such as enabled email magic link factor, custom url for Email Link
Added In: 20.1.3
SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new AuthenticationFactorSettingsEmailSettings object with values from keyword arguments. Attributes
email_link_custom_url
Gets the email_link_custom_url of this AuthenticationFactorSettingsEmailSettings. email_link_enabled
[Required] Gets the email_link_enabled of this AuthenticationFactorSettingsEmailSettings. -
__init__
(**kwargs)¶ Initializes a new AuthenticationFactorSettingsEmailSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - email_link_enabled (bool) – The value to assign to the email_link_enabled property of this AuthenticationFactorSettingsEmailSettings.
- email_link_custom_url (str) – The value to assign to the email_link_custom_url property of this AuthenticationFactorSettingsEmailSettings.
-
email_link_custom_url
¶ Gets the email_link_custom_url of this AuthenticationFactorSettingsEmailSettings. Custom redirect Url which will be used in email link
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The email_link_custom_url of this AuthenticationFactorSettingsEmailSettings. Return type: str
-
email_link_enabled
¶ [Required] Gets the email_link_enabled of this AuthenticationFactorSettingsEmailSettings. Specifies whether Email link is enabled or not.
Added In: 20.1.3
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
Returns: The email_link_enabled of this AuthenticationFactorSettingsEmailSettings. Return type: bool
-