Package version:

Interface KeyVaultCertificateProperties

Properties of certificate imported from key vault.

Hierarchy

Properties

activateDate?: string

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

certVersion?: string

The certificate version of key vault.

dnsNames?: string[]

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

excludePrivateKey?: boolean

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

expirationDate?: string

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

issuedDate?: string

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

issuer?: string

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

keyVaultCertName: string

The certificate name of key vault.

provisioningState?: string

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

subjectName?: string

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

thumbprint?: string

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

type: "KeyVaultCertificate"

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

vaultUri: string

The vault uri of user key vault.

Generated using TypeDoc