Package version:

Interface CertificateProperties

Certificate resource payload.

Hierarchy

Properties

activateDate?: string

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

dnsNames?: string[]

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

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.

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" | "ContentCertificate"

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

Generated using TypeDoc