CustomDnsSuffixConfigurationArgs

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.

Constructors

Link copied to clipboard
constructor(certificateUrl: Output<String>? = null, dnsSuffix: Output<String>? = null, keyVaultReferenceIdentity: Output<String>? = null, kind: Output<String>? = null)

Properties

Link copied to clipboard
val certificateUrl: Output<String>? = null

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

The default custom domain suffix to use for all sites deployed on the ASE.

Link copied to clipboard
val keyVaultReferenceIdentity: Output<String>? = null

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.

Link copied to clipboard
val kind: Output<String>? = null

Kind of resource.

Functions

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