UpdateSenderConfig¶
-
class
oci.access_governance_cp.models.
UpdateSenderConfig
(**kwargs)¶ Bases:
object
Update to a sender information for email notifications sent by GovernanceInstance.
Methods
__init__
(**kwargs)Initializes a new UpdateSenderConfig object with values from keyword arguments. Attributes
display_name
Gets the display_name of this UpdateSenderConfig. email
[Required] Gets the email of this UpdateSenderConfig. is_inbox_configured
[Required] Gets the is_inbox_configured of this UpdateSenderConfig. is_resend_notification_email
Gets the is_resend_notification_email of this UpdateSenderConfig. -
__init__
(**kwargs)¶ Initializes a new UpdateSenderConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateSenderConfig.
- email (str) – The value to assign to the email property of this UpdateSenderConfig.
- is_inbox_configured (bool) – The value to assign to the is_inbox_configured property of this UpdateSenderConfig.
- is_resend_notification_email (bool) – The value to assign to the is_resend_notification_email property of this UpdateSenderConfig.
-
display_name
¶ Gets the display_name of this UpdateSenderConfig. The sender’s displayName.
Returns: The display_name of this UpdateSenderConfig. Return type: str
-
email
¶ [Required] Gets the email of this UpdateSenderConfig. The sender’s email.
Returns: The email of this UpdateSenderConfig. Return type: str
-
is_inbox_configured
¶ [Required] Gets the is_inbox_configured of this UpdateSenderConfig. Whether the sender email has inbox configured to receive emails.
Returns: The is_inbox_configured of this UpdateSenderConfig. Return type: bool
-
is_resend_notification_email
¶ Gets the is_resend_notification_email of this UpdateSenderConfig. Whether there is a need to resend the verification email.
Returns: The is_resend_notification_email of this UpdateSenderConfig. Return type: bool
-