CertificateAuthorityVersionSummary

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

Bases: object

The metadata details of the certificate authority (CA) version. This summary object does not contain the CA contents.

Methods

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

Attributes

certificate_authority_id [Required] Gets the certificate_authority_id of this CertificateAuthorityVersionSummary.
issuer_ca_version_number Gets the issuer_ca_version_number of this CertificateAuthorityVersionSummary.
revocation_status Gets the revocation_status of this CertificateAuthorityVersionSummary.
serial_number Gets the serial_number of this CertificateAuthorityVersionSummary.
stages [Required] Gets the stages of this CertificateAuthorityVersionSummary.
time_created [Required] Gets the time_created of this CertificateAuthorityVersionSummary.
time_of_deletion Gets the time_of_deletion of this CertificateAuthorityVersionSummary.
validity Gets the validity of this CertificateAuthorityVersionSummary.
version_name Gets the version_name of this CertificateAuthorityVersionSummary.
version_number [Required] Gets the version_number of this CertificateAuthorityVersionSummary.
__init__(**kwargs)

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

Parameters:
  • certificate_authority_id (str) – The value to assign to the certificate_authority_id property of this CertificateAuthorityVersionSummary.
  • issuer_ca_version_number (int) – The value to assign to the issuer_ca_version_number property of this CertificateAuthorityVersionSummary.
  • serial_number (str) – The value to assign to the serial_number property of this CertificateAuthorityVersionSummary.
  • time_created (datetime) – The value to assign to the time_created property of this CertificateAuthorityVersionSummary.
  • version_number (int) – The value to assign to the version_number property of this CertificateAuthorityVersionSummary.
  • version_name (str) – The value to assign to the version_name property of this CertificateAuthorityVersionSummary.
  • time_of_deletion (datetime) – The value to assign to the time_of_deletion property of this CertificateAuthorityVersionSummary.
  • validity (oci.certificates_management.models.Validity) – The value to assign to the validity property of this CertificateAuthorityVersionSummary.
  • stages (list[oci.certificates_management.models.VersionStage]) – The value to assign to the stages property of this CertificateAuthorityVersionSummary.
  • revocation_status (oci.certificates_management.models.RevocationStatus) – The value to assign to the revocation_status property of this CertificateAuthorityVersionSummary.
certificate_authority_id

[Required] Gets the certificate_authority_id of this CertificateAuthorityVersionSummary. The OCID of the CA.

Returns:The certificate_authority_id of this CertificateAuthorityVersionSummary.
Return type:str
issuer_ca_version_number

Gets the issuer_ca_version_number of this CertificateAuthorityVersionSummary. The version number of the issuing CA.

Returns:The issuer_ca_version_number of this CertificateAuthorityVersionSummary.
Return type:int
revocation_status

Gets the revocation_status of this CertificateAuthorityVersionSummary.

Returns:The revocation_status of this CertificateAuthorityVersionSummary.
Return type:oci.certificates_management.models.RevocationStatus
serial_number

Gets the serial_number of this CertificateAuthorityVersionSummary. A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example: 03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF

Returns:The serial_number of this CertificateAuthorityVersionSummary.
Return type:str
stages

[Required] Gets the stages of this CertificateAuthorityVersionSummary. A list of rotation states for this CA version.

Returns:The stages of this CertificateAuthorityVersionSummary.
Return type:list[oci.certificates_management.models.VersionStage]
time_created

[Required] Gets the time_created of this CertificateAuthorityVersionSummary. A optional property indicating when the CA version was created, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z

Returns:The time_created of this CertificateAuthorityVersionSummary.
Return type:datetime
time_of_deletion

Gets the time_of_deletion of this CertificateAuthorityVersionSummary. An optional property indicating when to delete the CA version, expressed in RFC 3339 timestamp format. Example: 2019-04-03T21:10:29.600Z

Returns:The time_of_deletion of this CertificateAuthorityVersionSummary.
Return type:datetime
validity

Gets the validity of this CertificateAuthorityVersionSummary.

Returns:The validity of this CertificateAuthorityVersionSummary.
Return type:oci.certificates_management.models.Validity
version_name

Gets the version_name of this CertificateAuthorityVersionSummary. The name of the CA version. When this value is not null, the name is unique across CA versions for a given CA.

Returns:The version_name of this CertificateAuthorityVersionSummary.
Return type:str
version_number

[Required] Gets the version_number of this CertificateAuthorityVersionSummary. The version number of the CA.

Returns:The version_number of this CertificateAuthorityVersionSummary.
Return type:int