Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeletedCertificate

Package version

interface

An interface representing a deleted certificate

Hierarchy

Index

Properties

Optional cer

cer: Uint8Array

CER contents of x509 certificate.

Optional contentType

The content type of the secret.

Optional deletedOn

deletedOn: Date

The time when the certificate was deleted, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

Optional keyId

keyId: undefined | string

The key id. NOTE: This property will not be serialized. It can only be populated by the server.

name

name: string

The name of certificate.

Optional policy

The management policy. NOTE: This property will not be serialized. It can only be populated by the server.

properties

The properties of the certificate

Optional recoveryId

recoveryId: undefined | string

The url of the recovery object, used to identify and recover the deleted certificate.

Optional scheduledPurgeDate

scheduledPurgeDate: Date

The time when the certificate is scheduled to be purged, in UTC NOTE: This property will not be serialized. It can only be populated by the server.

Optional secretId

secretId: undefined | string

The secret id. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc