ClientCertificateDetails¶
-
class
oci.apm_synthetics.models.
ClientCertificateDetails
(**kwargs)¶ Bases:
object
Details for client certificate.
Methods
__init__
(**kwargs)Initializes a new ClientCertificateDetails object with values from keyword arguments. Attributes
client_certificate
Gets the client_certificate of this ClientCertificateDetails. private_key
Gets the private_key of this ClientCertificateDetails. -
__init__
(**kwargs)¶ Initializes a new ClientCertificateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - client_certificate (oci.apm_synthetics.models.ClientCertificate) – The value to assign to the client_certificate property of this ClientCertificateDetails.
- private_key (oci.apm_synthetics.models.PrivateKey) – The value to assign to the private_key property of this ClientCertificateDetails.
-
client_certificate
¶ Gets the client_certificate of this ClientCertificateDetails.
Returns: The client_certificate of this ClientCertificateDetails. Return type: oci.apm_synthetics.models.ClientCertificate
-
private_key
¶ Gets the private_key of this ClientCertificateDetails.
Returns: The private_key of this ClientCertificateDetails. Return type: oci.apm_synthetics.models.PrivateKey
-