Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CertificateProperties

Package version

interface

An interface representing the properties of a certificate

Hierarchy

  • CertificateProperties

Index

Properties

Optional createdOn

createdOn: Date

When the certificate was created.

Optional enabled

enabled: undefined | false | true

Determines whether the object is enabled.

Optional expiresOn

expiresOn: Date

Expiry date in UTC.

Optional id

id: undefined | string

The certificate id.

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 notBefore

notBefore: Date

Not before date in UTC.

Optional secretId

secretId: undefined | string

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

Optional tags

Application specific metadata in the form of key-value pairs.

Optional updatedOn

updatedOn: Date

When the object was updated.

vaultUrl

vaultUrl: string

The vault URI.

Optional version

version: undefined | string

The version of certificate. May be undefined.

Optional x509Thumbprint

x509Thumbprint: Uint8Array

Thumbprint of the certificate.

Generated using TypeDoc