ContentCertificateProperties interface
Properties of certificate imported from key vault.
- Extends
Properties
content | The content of uploaded certificate. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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. |
Property Details
content
The content of uploaded certificate.
content?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ContentCertificate"
Property Value
"ContentCertificate"
Inherited 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
Inherited From CertificateProperties.activateDate
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[]
Inherited From CertificateProperties.dnsNames
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
Inherited From CertificateProperties.expirationDate
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
Inherited From CertificateProperties.issuedDate
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
Inherited From CertificateProperties.issuer
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
Inherited From CertificateProperties.provisioningState
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
Inherited From CertificateProperties.subjectName
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
Inherited From CertificateProperties.thumbprint