UpdateSmtpCredentialDetails¶
-
class
oci.identity.models.
UpdateSmtpCredentialDetails
(**kwargs)¶ Bases:
object
UpdateSmtpCredentialDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateSmtpCredentialDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateSmtpCredentialDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSmtpCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: description (str) – The value to assign to the description property of this UpdateSmtpCredentialDetails.
-
description
¶ Gets the description of this UpdateSmtpCredentialDetails. The description you assign to the SMTP credential. Does not have to be unique, and it’s changeable.
(For tenancies that support identity domains) You can have an empty description.
Returns: The description of this UpdateSmtpCredentialDetails. Return type: str
-