NotificationSettingsFromEmailAddress¶
-
class
oci.identity_domains.models.
NotificationSettingsFromEmailAddress
(**kwargs)¶ Bases:
object
From email address to be used in the notification emails
SCIM++ Properties: - caseExact: false - multiValued: false - mutability: readWrite - required: true - returned: always - type: complex - uniqueness: none
Attributes
VALIDATE_DOMAIN
A constant which can be used with the validate property of a NotificationSettingsFromEmailAddress. VALIDATE_EMAIL
A constant which can be used with the validate property of a NotificationSettingsFromEmailAddress. VALIDATION_STATUS_PENDING
A constant which can be used with the validation_status property of a NotificationSettingsFromEmailAddress. VALIDATION_STATUS_VERIFIED
A constant which can be used with the validation_status property of a NotificationSettingsFromEmailAddress. display_name
Gets the display_name of this NotificationSettingsFromEmailAddress. validate
[Required] Gets the validate of this NotificationSettingsFromEmailAddress. validation_status
Gets the validation_status of this NotificationSettingsFromEmailAddress. value
[Required] Gets the value of this NotificationSettingsFromEmailAddress. Methods
__init__
(**kwargs)Initializes a new NotificationSettingsFromEmailAddress object with values from keyword arguments. -
VALIDATE_DOMAIN
= 'domain'¶ A constant which can be used with the validate property of a NotificationSettingsFromEmailAddress. This constant has a value of “domain”
-
VALIDATE_EMAIL
= 'email'¶ A constant which can be used with the validate property of a NotificationSettingsFromEmailAddress. This constant has a value of “email”
-
VALIDATION_STATUS_PENDING
= 'PENDING'¶ A constant which can be used with the validation_status property of a NotificationSettingsFromEmailAddress. This constant has a value of “PENDING”
-
VALIDATION_STATUS_VERIFIED
= 'VERIFIED'¶ A constant which can be used with the validation_status property of a NotificationSettingsFromEmailAddress. This constant has a value of “VERIFIED”
-
__init__
(**kwargs)¶ Initializes a new NotificationSettingsFromEmailAddress object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this NotificationSettingsFromEmailAddress.
- validation_status (str) – The value to assign to the validation_status property of this NotificationSettingsFromEmailAddress. Allowed values for this property are: “VERIFIED”, “PENDING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- validate (str) – The value to assign to the validate property of this NotificationSettingsFromEmailAddress. Allowed values for this property are: “email”, “domain”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- display_name (str) – The value to assign to the display_name property of this NotificationSettingsFromEmailAddress.
-
display_name
¶ Gets the display_name of this NotificationSettingsFromEmailAddress. Display name for the From email address
Added In: 19.2.1
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
Returns: The display_name of this NotificationSettingsFromEmailAddress. Return type: str
-
validate
¶ [Required] Gets the validate of this NotificationSettingsFromEmailAddress. From address verification mode. If postmaster account is available then ‘domain’ mode is used or entire valid email can be verified using ‘email’ mode
Added In: 18.2.6
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “email”, “domain”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The validate of this NotificationSettingsFromEmailAddress. Return type: str
-
validation_status
¶ Gets the validation_status of this NotificationSettingsFromEmailAddress. Validation status for the From email address
- SCIM++ Properties:
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
Allowed values for this property are: “VERIFIED”, “PENDING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The validation_status of this NotificationSettingsFromEmailAddress. Return type: str
-
value
¶ [Required] Gets the value of this NotificationSettingsFromEmailAddress. Value of the From email address
- SCIM++ Properties:
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
Returns: The value of this NotificationSettingsFromEmailAddress. Return type: str
-