LeafCertificateDetails¶
-
class
oci.rover.models.
LeafCertificateDetails
(**kwargs)¶ Bases:
object
The details of leaf certificate
Methods
__init__
(**kwargs)Initializes a new LeafCertificateDetails object with values from keyword arguments. Attributes
certificate_id
Gets the certificate_id of this LeafCertificateDetails. certificate_pem
Gets the certificate_pem of this LeafCertificateDetails. -
__init__
(**kwargs)¶ Initializes a new LeafCertificateDetails 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 LeafCertificateDetails.
- certificate_pem (str) – The value to assign to the certificate_pem property of this LeafCertificateDetails.
-
certificate_id
¶ Gets the certificate_id of this LeafCertificateDetails. The id of the certificate
Returns: The certificate_id of this LeafCertificateDetails. Return type: str
-
certificate_pem
¶ Gets the certificate_pem of this LeafCertificateDetails. The certificate content in PEM format
Returns: The certificate_pem of this LeafCertificateDetails. Return type: str
-