GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult

data class GetAppServiceEnvironmentAseCustomDnsSuffixConfigurationResult(val certificateUrl: String? = null, val dnsSuffix: String? = null, val id: String, val keyVaultReferenceIdentity: String? = null, val kind: String? = null, val name: String, val provisioningDetails: String, val provisioningState: String, val type: String)

Full view of the custom domain suffix configuration for ASEv3.

Constructors

constructor(certificateUrl: String? = null, dnsSuffix: String? = null, id: String, keyVaultReferenceIdentity: String? = null, kind: String? = null, name: String, provisioningDetails: String, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateUrl: 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: String? = null

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

Link copied to clipboard
val id: String

Resource Id.

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.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Resource Name.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Resource type.