UpdateCertificateAuthorityDetails

class oci.certificates_management.models.UpdateCertificateAuthorityDetails(**kwargs)

Bases: object

The details for updating a certificate authority (CA).

Methods

__init__(**kwargs) Initializes a new UpdateCertificateAuthorityDetails object with values from keyword arguments.

Attributes

certificate_authority_config Gets the certificate_authority_config of this UpdateCertificateAuthorityDetails.
certificate_authority_rules Gets the certificate_authority_rules of this UpdateCertificateAuthorityDetails.
certificate_revocation_list_details Gets the certificate_revocation_list_details of this UpdateCertificateAuthorityDetails.
current_version_number Gets the current_version_number of this UpdateCertificateAuthorityDetails.
defined_tags Gets the defined_tags of this UpdateCertificateAuthorityDetails.
description Gets the description of this UpdateCertificateAuthorityDetails.
freeform_tags Gets the freeform_tags of this UpdateCertificateAuthorityDetails.
__init__(**kwargs)

Initializes a new UpdateCertificateAuthorityDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • description (str) – The value to assign to the description property of this UpdateCertificateAuthorityDetails.
  • current_version_number (int) – The value to assign to the current_version_number property of this UpdateCertificateAuthorityDetails.
  • certificate_authority_config (oci.certificates_management.models.UpdateCertificateAuthorityConfigDetails) – The value to assign to the certificate_authority_config property of this UpdateCertificateAuthorityDetails.
  • certificate_revocation_list_details (oci.certificates_management.models.CertificateRevocationListDetails) – The value to assign to the certificate_revocation_list_details property of this UpdateCertificateAuthorityDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCertificateAuthorityDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCertificateAuthorityDetails.
  • certificate_authority_rules (list[oci.certificates_management.models.CertificateAuthorityRule]) – The value to assign to the certificate_authority_rules property of this UpdateCertificateAuthorityDetails.
certificate_authority_config

Gets the certificate_authority_config of this UpdateCertificateAuthorityDetails.

Returns:The certificate_authority_config of this UpdateCertificateAuthorityDetails.
Return type:oci.certificates_management.models.UpdateCertificateAuthorityConfigDetails
certificate_authority_rules

Gets the certificate_authority_rules of this UpdateCertificateAuthorityDetails. A list of rules that control how the CA is used and managed.

Returns:The certificate_authority_rules of this UpdateCertificateAuthorityDetails.
Return type:list[oci.certificates_management.models.CertificateAuthorityRule]
certificate_revocation_list_details

Gets the certificate_revocation_list_details of this UpdateCertificateAuthorityDetails.

Returns:The certificate_revocation_list_details of this UpdateCertificateAuthorityDetails.
Return type:oci.certificates_management.models.CertificateRevocationListDetails
current_version_number

Gets the current_version_number of this UpdateCertificateAuthorityDetails. Makes this version the current version. This property cannot be updated in combination with any other properties.

Returns:The current_version_number of this UpdateCertificateAuthorityDetails.
Return type:int
defined_tags

Gets the defined_tags of this UpdateCertificateAuthorityDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this UpdateCertificateAuthorityDetails.
Return type:dict(str, dict(str, object))
description

Gets the description of this UpdateCertificateAuthorityDetails. A brief description of the CA.

Returns:The description of this UpdateCertificateAuthorityDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateCertificateAuthorityDetails. 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 UpdateCertificateAuthorityDetails.
Return type:dict(str, str)