CertificateDetails

class oci.rover.models.CertificateDetails(**kwargs)

Bases: object

The details of Oracle Cloud Infrastructure certificate created

Methods

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

Attributes

certificate_id Gets the certificate_id of this CertificateDetails.
certificate_name Gets the certificate_name of this CertificateDetails.
__init__(**kwargs)

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

Parameters:
  • certificate_id (str) – The value to assign to the certificate_id property of this CertificateDetails.
  • certificate_name (str) – The value to assign to the certificate_name property of this CertificateDetails.
certificate_id

Gets the certificate_id of this CertificateDetails. The id of the certificate.

Returns:The certificate_id of this CertificateDetails.
Return type:str
certificate_name

Gets the certificate_name of this CertificateDetails. The name of the certificate.

Returns:The certificate_name of this CertificateDetails.
Return type:str