Package version:

Interface ContentCertificateProperties

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.

content?: string

The content of uploaded certificate.

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

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

Generated using TypeDoc