ContentCertificatePropertiesResponse

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

Link copied to clipboard
constructor(activateDate: String, dnsNames: List<String>, expirationDate: String, issuedDate: String, issuer: String, provisioningState: String, subjectName: String, thumbprint: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activate date of certificate.

Link copied to clipboard

The domain list of certificate.

Link copied to clipboard

The expiration date of certificate.

Link copied to clipboard

The issue date of certificate.

Link copied to clipboard

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

Link copied to clipboard

The type of the certificate source. Expected value is 'ContentCertificate'.