SenderConfig¶
-
class
oci.access_governance_cp.models.
SenderConfig
(**kwargs)¶ Bases:
object
The sender information for email notifications sent by GovernanceInstance.
Methods
__init__
(**kwargs)Initializes a new SenderConfig object with values from keyword arguments. Attributes
display_name
Gets the display_name of this SenderConfig. email
Gets the email of this SenderConfig. is_inbox_configured
Gets the is_inbox_configured of this SenderConfig. is_verified
Gets the is_verified of this SenderConfig. time_verify_response_expiry
Gets the time_verify_response_expiry of this SenderConfig. -
__init__
(**kwargs)¶ Initializes a new SenderConfig 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 SenderConfig.
- email (str) – The value to assign to the email property of this SenderConfig.
- is_verified (bool) – The value to assign to the is_verified property of this SenderConfig.
- time_verify_response_expiry (datetime) – The value to assign to the time_verify_response_expiry property of this SenderConfig.
- is_inbox_configured (bool) – The value to assign to the is_inbox_configured property of this SenderConfig.
-
display_name
¶ Gets the display_name of this SenderConfig. The sender’s displayName.
Returns: The display_name of this SenderConfig. Return type: str
-
email
¶ Gets the email of this SenderConfig. The sender’s email.
Returns: The email of this SenderConfig. Return type: str
-
is_inbox_configured
¶ Gets the is_inbox_configured of this SenderConfig. Whether the sender email has inbox configured to receive emails.
Returns: The is_inbox_configured of this SenderConfig. Return type: bool
-
is_verified
¶ Gets the is_verified of this SenderConfig. Whether or not the sender’s email has been verified.
Returns: The is_verified of this SenderConfig. Return type: bool
-
time_verify_response_expiry
¶ Gets the time_verify_response_expiry of this SenderConfig. The time when the verify response needs to be received by.
Returns: The time_verify_response_expiry of this SenderConfig. Return type: datetime
-