CertificateProperties interface
Certificate resource payload.
Properties
activate |
The activate date of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
dns |
The domain list of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
expiration |
The expiration date of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
issued |
The issue date of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
issuer | The issuer of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state of the Certificate NOTE: This property will not be serialized. It can only be populated by the server. |
subject |
The subject name of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbprint | The thumbprint of certificate. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
activateDate
The activate date of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
activateDate?: string
Property Value
string
dnsNames
The domain list of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
dnsNames?: string[]
Property Value
string[]
expirationDate
The expiration date of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
expirationDate?: string
Property Value
string
issuedDate
The issue date of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
issuedDate?: string
Property Value
string
issuer
The issuer of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
issuer?: string
Property Value
string
provisioningState
Provisioning state of the Certificate NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
subjectName
The subject name of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
subjectName?: string
Property Value
string
thumbprint
The thumbprint of certificate. NOTE: This property will not be serialized. It can only be populated by the server.
thumbprint?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "KeyVaultCertificate" | "ContentCertificate"
Property Value
"KeyVaultCertificate" | "ContentCertificate"