CreateCertificateAuthorityDetails¶
-
class
oci.certificates_management.models.
CreateCertificateAuthorityDetails
(**kwargs)¶ Bases:
object
The details for creating a certificate authority (CA).
Methods
__init__
(**kwargs)Initializes a new CreateCertificateAuthorityDetails object with values from keyword arguments. Attributes
certificate_authority_config
[Required] Gets the certificate_authority_config of this CreateCertificateAuthorityDetails. certificate_authority_rules
Gets the certificate_authority_rules of this CreateCertificateAuthorityDetails. certificate_revocation_list_details
Gets the certificate_revocation_list_details of this CreateCertificateAuthorityDetails. compartment_id
[Required] Gets the compartment_id of this CreateCertificateAuthorityDetails. defined_tags
Gets the defined_tags of this CreateCertificateAuthorityDetails. description
Gets the description of this CreateCertificateAuthorityDetails. freeform_tags
Gets the freeform_tags of this CreateCertificateAuthorityDetails. kms_key_id
[Required] Gets the kms_key_id of this CreateCertificateAuthorityDetails. name
[Required] Gets the name of this CreateCertificateAuthorityDetails. -
__init__
(**kwargs)¶ Initializes a new CreateCertificateAuthorityDetails 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 CreateCertificateAuthorityDetails.
- description (str) – The value to assign to the description property of this CreateCertificateAuthorityDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateCertificateAuthorityDetails.
- certificate_authority_rules (list[oci.certificates_management.models.CertificateAuthorityRule]) – The value to assign to the certificate_authority_rules property of this CreateCertificateAuthorityDetails.
- certificate_authority_config (oci.certificates_management.models.CreateCertificateAuthorityConfigDetails) – The value to assign to the certificate_authority_config property of this CreateCertificateAuthorityDetails.
- certificate_revocation_list_details (oci.certificates_management.models.CertificateRevocationListDetails) – The value to assign to the certificate_revocation_list_details property of this CreateCertificateAuthorityDetails.
- kms_key_id (str) – The value to assign to the kms_key_id property of this CreateCertificateAuthorityDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCertificateAuthorityDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCertificateAuthorityDetails.
[Required] Gets the certificate_authority_config of this CreateCertificateAuthorityDetails.
Returns: The certificate_authority_config of this CreateCertificateAuthorityDetails. Return type: oci.certificates_management.models.CreateCertificateAuthorityConfigDetails
Gets the certificate_authority_rules of this CreateCertificateAuthorityDetails. A list of rules that control how the CA is used and managed.
Returns: The certificate_authority_rules of this CreateCertificateAuthorityDetails. Return type: list[oci.certificates_management.models.CertificateAuthorityRule]
-
certificate_revocation_list_details
¶ Gets the certificate_revocation_list_details of this CreateCertificateAuthorityDetails.
Returns: The certificate_revocation_list_details of this CreateCertificateAuthorityDetails. Return type: oci.certificates_management.models.CertificateRevocationListDetails
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateCertificateAuthorityDetails. The compartment in which you want to create the CA.
Returns: The compartment_id of this CreateCertificateAuthorityDetails. Return type: str
Gets the defined_tags of this CreateCertificateAuthorityDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateCertificateAuthorityDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateCertificateAuthorityDetails. A brief description of the CA.
Returns: The description of this CreateCertificateAuthorityDetails. Return type: str
Gets the freeform_tags of this CreateCertificateAuthorityDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateCertificateAuthorityDetails. Return type: dict(str, str)
-
kms_key_id
¶ [Required] Gets the kms_key_id of this CreateCertificateAuthorityDetails. The OCID of the Oracle Cloud Infrastructure Vault key used to encrypt the CA.
Returns: The kms_key_id of this CreateCertificateAuthorityDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateCertificateAuthorityDetails. A user-friendly name for the CA. 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 CreateCertificateAuthorityDetails. Return type: str
-