Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CertificateVersion

The details of the certificate version. This object does not contain the certificate contents.

Properties

certificateId

certificateId: string

The OCID of the certificate.

Optional issuerCaVersionNumber

issuerCaVersionNumber: undefined | number

The version number of the issuing certificate authority (CA). Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional revocationStatus

revocationStatus: model.RevocationStatus

Optional serialNumber

serialNumber: undefined | string

A unique certificate identifier used in certificate revocation tracking, formatted as octets. Example: {@code 03 AC FC FA CC B3 CB 02 B8 F8 DE F5 85 E7 7B FF}

stages

stages: Array<VersionStage>

A list of stages of this entity.

Optional subjectAlternativeNames

subjectAlternativeNames: Array<CertificateSubjectAlternativeName>

A list of subject alternative names.

timeCreated

timeCreated: Date

A optional property indicating when the certificate version was created, expressed in RFC 3339 timestamp format. Example: {@code 2019-04-03T21:10:29.600Z}

Optional timeOfDeletion

timeOfDeletion: Date

An optional property indicating when to delete the certificate version, expressed in RFC 3339 timestamp format. Example: {@code 2019-04-03T21:10:29.600Z}

Optional validity

validity: model.Validity

Optional versionName

versionName: undefined | string

The name of the certificate version. When the value is not null, a name is unique across versions of a given certificate.

versionNumber

versionNumber: number

The version number of the certificate. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj