UploadEmailSubdomainCertificateDetails¶
-
class
oci.fusion_apps.models.UploadEmailSubdomainCertificateDetails(**kwargs)¶ Bases:
objectAdd certificate for email subdomain
Methods
__init__(**kwargs)Initializes a new UploadEmailSubdomainCertificateDetails object with values from keyword arguments. Attributes
certificate_chain_pemGets the certificate_chain_pem of this UploadEmailSubdomainCertificateDetails. certificate_pem[Required] Gets the certificate_pem of this UploadEmailSubdomainCertificateDetails. common_name[Required] Gets the common_name of this UploadEmailSubdomainCertificateDetails. -
__init__(**kwargs)¶ Initializes a new UploadEmailSubdomainCertificateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - common_name (str) – The value to assign to the common_name property of this UploadEmailSubdomainCertificateDetails.
- certificate_pem (str) – The value to assign to the certificate_pem property of this UploadEmailSubdomainCertificateDetails.
- certificate_chain_pem (str) – The value to assign to the certificate_chain_pem property of this UploadEmailSubdomainCertificateDetails.
-
certificate_chain_pem¶ Gets the certificate_chain_pem of this UploadEmailSubdomainCertificateDetails. Certificate chain PEM, including intermediate and root
Returns: The certificate_chain_pem of this UploadEmailSubdomainCertificateDetails. Return type: str
-
certificate_pem¶ [Required] Gets the certificate_pem of this UploadEmailSubdomainCertificateDetails. Certificate PEM
Returns: The certificate_pem of this UploadEmailSubdomainCertificateDetails. Return type: str
-
common_name¶ [Required] Gets the common_name of this UploadEmailSubdomainCertificateDetails. fully qualified host name
Returns: The common_name of this UploadEmailSubdomainCertificateDetails. Return type: str
-