UpdateCertificateDetails¶
-
class
oci.certificates_management.models.
UpdateCertificateDetails
(**kwargs)¶ Bases:
object
The details of the certificate to update.
Methods
__init__
(**kwargs)Initializes a new UpdateCertificateDetails object with values from keyword arguments. Attributes
certificate_config
Gets the certificate_config of this UpdateCertificateDetails. certificate_rules
Gets the certificate_rules of this UpdateCertificateDetails. current_version_number
Gets the current_version_number of this UpdateCertificateDetails. defined_tags
Gets the defined_tags of this UpdateCertificateDetails. description
Gets the description of this UpdateCertificateDetails. freeform_tags
Gets the freeform_tags of this UpdateCertificateDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateCertificateDetails 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 UpdateCertificateDetails.
- current_version_number (int) – The value to assign to the current_version_number property of this UpdateCertificateDetails.
- certificate_config (oci.certificates_management.models.UpdateCertificateConfigDetails) – The value to assign to the certificate_config property of this UpdateCertificateDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCertificateDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCertificateDetails.
- certificate_rules (list[oci.certificates_management.models.CertificateRule]) – The value to assign to the certificate_rules property of this UpdateCertificateDetails.
-
certificate_config
¶ Gets the certificate_config of this UpdateCertificateDetails.
Returns: The certificate_config of this UpdateCertificateDetails. Return type: oci.certificates_management.models.UpdateCertificateConfigDetails
-
certificate_rules
¶ Gets the certificate_rules of this UpdateCertificateDetails. An optional list of rules that control how the certificate is used and managed.
Returns: The certificate_rules of this UpdateCertificateDetails. Return type: list[oci.certificates_management.models.CertificateRule]
-
current_version_number
¶ Gets the current_version_number of this UpdateCertificateDetails. Makes this version the current version. This property cannot be updated in combination with any other properties.
Returns: The current_version_number of this UpdateCertificateDetails. Return type: int
Gets the defined_tags of this UpdateCertificateDetails. 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 UpdateCertificateDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateCertificateDetails. A brief description of the certificate. Avoid entering confidential information.
Returns: The description of this UpdateCertificateDetails. Return type: str
Gets the freeform_tags of this UpdateCertificateDetails. 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 UpdateCertificateDetails. Return type: dict(str, str)
-