Frontdoor Secret Secret Customer Certificate Args
data class FrontdoorSecretSecretCustomerCertificateArgs(val keyVaultCertificateId: Output<String>, val subjectAlternativeNames: Output<List<String>>? = null) : ConvertibleToJava<FrontdoorSecretSecretCustomerCertificateArgs>
Constructors
Link copied to clipboard
fun FrontdoorSecretSecretCustomerCertificateArgs(keyVaultCertificateId: Output<String>, subjectAlternativeNames: Output<List<String>>? = null)
Functions
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. ->NOTE: If you would like to use the latest version of the Key Vault Certificate use the Key Vault Certificates versionless_id
attribute as the key_vault_certificate_id
fields value(e.g. key_vault_certificate_id = azurerm_key_vault_certificate.example.versionless_id
).