ClientCertificate¶
-
class
oci.apm_synthetics.models.
ClientCertificate
(**kwargs)¶ Bases:
object
Client certificate in PEM format.
Methods
__init__
(**kwargs)Initializes a new ClientCertificate object with values from keyword arguments. Attributes
content
[Required] Gets the content of this ClientCertificate. file_name
[Required] Gets the file_name of this ClientCertificate. -
__init__
(**kwargs)¶ Initializes a new ClientCertificate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - file_name (str) – The value to assign to the file_name property of this ClientCertificate.
- content (str) – The value to assign to the content property of this ClientCertificate.
-
content
¶ [Required] Gets the content of this ClientCertificate. Content of the client certificate file.
Returns: The content of this ClientCertificate. Return type: str
-
file_name
¶ [Required] Gets the file_name of this ClientCertificate. Name of the certificate file. The name should not contain any confidential information.
Returns: The file_name of this ClientCertificate. Return type: str
-