CaBundle¶
-
class
oci.certificates.models.
CaBundle
(**kwargs)¶ Bases:
object
The contents of the CA bundle (root and intermediate certificates), properties of the CA bundle, and user-provided contextual metadata for the CA bundle.
Methods
__init__
(**kwargs)Initializes a new CaBundle object with values from keyword arguments. Attributes
ca_bundle_pem
[Required] Gets the ca_bundle_pem of this CaBundle. id
[Required] Gets the id of this CaBundle. name
[Required] Gets the name of this CaBundle. -
__init__
(**kwargs)¶ Initializes a new CaBundle 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 CaBundle.
- name (str) – The value to assign to the name property of this CaBundle.
- ca_bundle_pem (str) – The value to assign to the ca_bundle_pem property of this CaBundle.
-
ca_bundle_pem
¶ [Required] Gets the ca_bundle_pem of this CaBundle. Certificates (in PEM format) in the CA bundle. Can be of arbitrary length.
Returns: The ca_bundle_pem of this CaBundle. Return type: str
-
id
¶ [Required] Gets the id of this CaBundle. The OCID of the CA bundle.
Returns: The id of this CaBundle. Return type: str
-
name
¶ [Required] Gets the name of this CaBundle. A user-friendly name for the CA bundle. Names are unique within a compartment. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
Returns: The name of this CaBundle. Return type: str
-