Content Certificate Properties Response
data class ContentCertificatePropertiesResponse(val activateDate: String, val dnsNames: List<String>, val expirationDate: String, val issuedDate: String, val issuer: String, val provisioningState: String, val subjectName: String, val thumbprint: String, val type: String)
Properties of certificate imported from key vault.
Constructors
Properties
Link copied to clipboard
The activate date of certificate.
Link copied to clipboard
The expiration date of certificate.
Link copied to clipboard
The issue date of certificate.
Link copied to clipboard
Provisioning state of the Certificate
Link copied to clipboard
The subject name of certificate.
Link copied to clipboard
The thumbprint of certificate.