FrontdoorSecretSecretCustomerCertificateArgs

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

Constructors

constructor(keyVaultCertificateId: Output<String>, subjectAlternativeNames: Output<List<String>>? = null)

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
val subjectAlternativeNames: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FrontdoorSecretSecretCustomerCertificateArgs