UploadVanityDomainCertificateDetails

class oci.fusion_apps.models.UploadVanityDomainCertificateDetails(**kwargs)

Bases: object

Add vanity domain with certificate

Methods

__init__(**kwargs) Initializes a new UploadVanityDomainCertificateDetails object with values from keyword arguments.

Attributes

certificate_chain_pem Gets the certificate_chain_pem of this UploadVanityDomainCertificateDetails.
certificate_pem [Required] Gets the certificate_pem of this UploadVanityDomainCertificateDetails.
common_name [Required] Gets the common_name of this UploadVanityDomainCertificateDetails.
is_akamai [Required] Gets the is_akamai of this UploadVanityDomainCertificateDetails.
__init__(**kwargs)

Initializes a new UploadVanityDomainCertificateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_akamai (bool) – The value to assign to the is_akamai property of this UploadVanityDomainCertificateDetails.
  • common_name (str) – The value to assign to the common_name property of this UploadVanityDomainCertificateDetails.
  • certificate_pem (str) – The value to assign to the certificate_pem property of this UploadVanityDomainCertificateDetails.
  • certificate_chain_pem (str) – The value to assign to the certificate_chain_pem property of this UploadVanityDomainCertificateDetails.
certificate_chain_pem

Gets the certificate_chain_pem of this UploadVanityDomainCertificateDetails. Certificate chain PEM, including intermediate and root

Returns:The certificate_chain_pem of this UploadVanityDomainCertificateDetails.
Return type:str
certificate_pem

[Required] Gets the certificate_pem of this UploadVanityDomainCertificateDetails. Public certificate PEM

Returns:The certificate_pem of this UploadVanityDomainCertificateDetails.
Return type:str
common_name

[Required] Gets the common_name of this UploadVanityDomainCertificateDetails. Fully qualified host name

Returns:The common_name of this UploadVanityDomainCertificateDetails.
Return type:str
is_akamai

[Required] Gets the is_akamai of this UploadVanityDomainCertificateDetails. Identify if this is certificate for pod LB or Akamai

Returns:The is_akamai of this UploadVanityDomainCertificateDetails.
Return type:bool