CertificateAuthority¶
-
class
oci.service_mesh.models.
CertificateAuthority
(**kwargs)¶ Bases:
object
A certificate authority resource to use for creating leaf certificates.
Methods
__init__
(**kwargs)Initializes a new CertificateAuthority object with values from keyword arguments. Attributes
id
[Required] Gets the id of this CertificateAuthority. -
__init__
(**kwargs)¶ Initializes a new CertificateAuthority object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: id (str) – The value to assign to the id property of this CertificateAuthority.
-
id
¶ [Required] Gets the id of this CertificateAuthority. The OCID of the certificate authority resource.
Returns: The id of this CertificateAuthority. Return type: str
-