FrontdoorSecretSecretCustomerCertificate

data class FrontdoorSecretSecretCustomerCertificate(val keyVaultCertificateId: String, val subjectAlternativeNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(keyVaultCertificateId: String, subjectAlternativeNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Key Vault certificate resource to use. Changing this forces a new Front Door Secret to be created.

Link copied to clipboard

One or more subject alternative names contained within the key vault certificate.