CreateCertificateDetails

class oci.golden_gate.models.CreateCertificateDetails(**kwargs)

Bases: object

The information about a new Certificates.

Methods

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

Attributes

certificate_content [Required] Gets the certificate_content of this CreateCertificateDetails.
key [Required] Gets the key of this CreateCertificateDetails.
__init__(**kwargs)

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

Parameters:
  • key (str) – The value to assign to the key property of this CreateCertificateDetails.
  • certificate_content (str) – The value to assign to the certificate_content property of this CreateCertificateDetails.
certificate_content

[Required] Gets the certificate_content of this CreateCertificateDetails. A PEM-encoded SSL certificate.

Returns:The certificate_content of this CreateCertificateDetails.
Return type:str
key

[Required] Gets the key of this CreateCertificateDetails. The identifier key (unique name in the scope of the deployment) of the certificate being referenced. It must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.

Returns:The key of this CreateCertificateDetails.
Return type:str