CreateSmtpCredentialDetails¶
-
class
oci.identity.models.
CreateSmtpCredentialDetails
(**kwargs)¶ Bases:
object
CreateSmtpCredentialDetails model.
Methods
__init__
(**kwargs)Initializes a new CreateSmtpCredentialDetails object with values from keyword arguments. Attributes
description
[Required] Gets the description of this CreateSmtpCredentialDetails. -
__init__
(**kwargs)¶ Initializes a new CreateSmtpCredentialDetails 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 CreateSmtpCredentialDetails.
-
description
¶ [Required] Gets the description of this CreateSmtpCredentialDetails. The description you assign to the SMTP credentials during creation. 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 CreateSmtpCredentialDetails. Return type: str
-