CreateCaBundleDetails¶
-
class
oci.certificates_management.models.
CreateCaBundleDetails
(**kwargs)¶ Bases:
object
The details of the CA bundle that you want to create.
Methods
__init__
(**kwargs)Initializes a new CreateCaBundleDetails object with values from keyword arguments. Attributes
ca_bundle_pem
[Required] Gets the ca_bundle_pem of this CreateCaBundleDetails. compartment_id
[Required] Gets the compartment_id of this CreateCaBundleDetails. defined_tags
Gets the defined_tags of this CreateCaBundleDetails. description
Gets the description of this CreateCaBundleDetails. freeform_tags
Gets the freeform_tags of this CreateCaBundleDetails. name
[Required] Gets the name of this CreateCaBundleDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCaBundleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this CreateCaBundleDetails.
- description (str) – The value to assign to the description property of this CreateCaBundleDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateCaBundleDetails.
- ca_bundle_pem (str) – The value to assign to the ca_bundle_pem property of this CreateCaBundleDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCaBundleDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCaBundleDetails.
-
ca_bundle_pem
¶ [Required] Gets the ca_bundle_pem of this CreateCaBundleDetails. Certificates (in PEM format) to include in the CA bundle.
Returns: The ca_bundle_pem of this CreateCaBundleDetails. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateCaBundleDetails. The OCID of the compartment for the CA bundle.
Returns: The compartment_id of this CreateCaBundleDetails. Return type: str
Gets the defined_tags of this CreateCaBundleDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this CreateCaBundleDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateCaBundleDetails. A brief description of the CA bundle.
Returns: The description of this CreateCaBundleDetails. Return type: str
Gets the freeform_tags of this CreateCaBundleDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this CreateCaBundleDetails. Return type: dict(str, str)
-
name
¶ [Required] Gets the name of this CreateCaBundleDetails. A user-friendly name for the CA bundle. Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
Returns: The name of this CreateCaBundleDetails. Return type: str
-