Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CertificateAuthorityBundle

The contents of the certificate, properties of the certificate (and certificate version), and user-provided contextual metadata for the certificate.

Properties

Optional certChainPem

certChainPem: undefined | string

The certificate chain (in PEM format) for this CA version.

certificateAuthorityId

certificateAuthorityId: string

The OCID of the certificate authority (CA).

certificateAuthorityName

certificateAuthorityName: string

The name of the CA.

certificatePem

certificatePem: string

The certificate (in PEM format) for this CA version.

Optional revocationStatus

revocationStatus: model.RevocationStatus

serialNumber

serialNumber: 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<Stages>

A list of rotation states for this CA.

timeCreated

timeCreated: Date

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

validity

validity: Validity

Optional versionName

versionName: undefined | string

The name of the CA.

versionNumber

versionNumber: number

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

Functions

getDeserializedJsonObj

getJsonObj