Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContentCertificateProperties

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 content

content: undefined | string

The content of uploaded certificate.

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 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.

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

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

Generated using TypeDoc