Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Certificate

Package version

A certificate that can be installed on compute nodes and can be used to authenticate operations on the machine.

Hierarchy

  • Certificate

Index

Properties

Optional deleteCertificateError

deleteCertificateError: DeleteCertificateError

The error that occurred on the last attempt to delete this certificate. This property is set only if the certificate is in the DeleteFailed state.

Optional previousState

previousState: CertificateState

The previous state of the certificate. This property is not set if the certificate is in its initial active state. Possible values include: 'active', 'deleting', 'deleteFailed'

Optional previousStateTransitionTime

previousStateTransitionTime: Date

The time at which the certificate entered its previous state. This property is not set if the certificate is in its initial Active state.

Optional publicData

publicData: undefined | string

The public part of the certificate as a base-64 encoded .cer file.

Optional state

The current state of the certificate. Possible values include: 'active', 'deleting', 'deleteFailed'

Optional stateTransitionTime

stateTransitionTime: Date

The time at which the certificate entered its current state.

Optional thumbprint

thumbprint: undefined | string

The X.509 thumbprint of the certificate. This is a sequence of up to 40 hex digits.

Optional thumbprintAlgorithm

thumbprintAlgorithm: undefined | string

The algorithm used to derive the thumbprint.

Optional url

url: undefined | string

The URL of the certificate.

Generated using TypeDoc