Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CertificateBundlePublicOnly

A certificate bundle, not including the private key.

Properties

Optional certChainPem

certChainPem: undefined | string

The certificate chain (in PEM format) for the certificate bundle.

Const certificateBundleType

certificateBundleType: string = "CERTIFICATE_CONTENT_PUBLIC_ONLY"

certificateId

certificateId: string

The OCID of the certificate.

certificateName

certificateName: string

The name of the certificate.

Optional certificatePem

certificatePem: undefined | string

The certificate in PEM format.

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 the certificate bundle.

timeCreated

timeCreated: Date

An optional property indicating when the certificate version 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 certificate version.

versionNumber

versionNumber: number

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

Methods

getDeserializedJsonObj

getJsonObj