KeyVaultCertificatePropertiesResponse

data class KeyVaultCertificatePropertiesResponse(val activateDate: String, val certVersion: String? = null, val dnsNames: List<String>, val excludePrivateKey: Boolean? = null, val expirationDate: String, val issuedDate: String, val issuer: String, val keyVaultCertName: String, val provisioningState: String, val subjectName: String, val thumbprint: String, val type: String, val vaultUri: String)

Properties of certificate imported from key vault.

Constructors

Link copied to clipboard
constructor(activateDate: String, certVersion: String? = null, dnsNames: List<String>, excludePrivateKey: Boolean? = null, expirationDate: String, issuedDate: String, issuer: String, keyVaultCertName: String, provisioningState: String, subjectName: String, thumbprint: String, type: String, vaultUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activate date of certificate.

Link copied to clipboard
val certVersion: String? = null

The certificate version of key vault.

Link copied to clipboard

The domain list of certificate.

Link copied to clipboard

Optional. If set to true, it will not import private key from key vault.

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

The certificate name of key vault.

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

Link copied to clipboard

The vault uri of user key vault.