Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyVaultCertificateProperties

Package version

Properties of certificate imported from key vault.

Hierarchy

Index

Properties

Optional activateDate

activateDate: undefined | string

The activate date of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional certVersion

certVersion: undefined | string

The certificate version of key vault.

Optional dnsNames

dnsNames: string[]

The domain list of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional excludePrivateKey

excludePrivateKey: undefined | false | true

Optional. If set to true, it will not import private key from key vault.

Optional expirationDate

expirationDate: undefined | string

The expiration date of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional issuedDate

issuedDate: undefined | string

The issue date of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional issuer

issuer: undefined | string

The issuer of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

keyVaultCertName

keyVaultCertName: string

The certificate name of key vault.

Optional provisioningState

Provisioning state of the Certificate NOTE: This property will not be serialized. It can only be populated by the server.

Optional subjectName

subjectName: undefined | string

The subject name of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional thumbprint

thumbprint: undefined | string

The thumbprint of certificate. NOTE: This property will not be serialized. It can only be populated by the server.

type

type: "KeyVaultCertificate"

Polymorphic discriminator, which specifies the different types this object can be

vaultUri

vaultUri: string

The vault uri of user key vault.

Generated using TypeDoc