Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateCertificateManagedExternallyIssuedByInternalCaConfigDetails

The details for updating an externally managed certificate which is issued by a private certificate authority (CA).

Properties

Const configType

configType: string = "MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA"

csrPem

csrPem: string

The certificate signing request (in PEM format).

Optional stage

stage: Stage

The rotation state of the certificate. The default is {@code CURRENT}, meaning that the certificate is currently in use. A certificate version that you mark as {@code PENDING} is staged and available for use, but you don't yet want to rotate it into current, active use. For example, you might update a certificate and mark its rotation state as {@code PENDING} if you haven't yet updated the certificate on the target system.

Optional validity

validity: model.Validity

Optional versionName

versionName: undefined | string

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

Methods

getDeserializedJsonObj

getJsonObj