Custom Dns Suffix Configuration Args
data class CustomDnsSuffixConfigurationArgs(val certificateUrl: Output<String>? = null, val dnsSuffix: Output<String>? = null, val keyVaultReferenceIdentity: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<CustomDnsSuffixConfigurationArgs>
Full view of the custom domain suffix configuration for ASEv3.
Properties
Link copied to clipboard
The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.
Link copied to clipboard
The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.