CustomHttpsConfigurationCustomHttpsConfiguration

data class CustomHttpsConfigurationCustomHttpsConfiguration(val azureKeyVaultCertificateSecretName: String? = null, val azureKeyVaultCertificateSecretVersion: String? = null, val azureKeyVaultCertificateVaultId: String? = null, val certificateSource: String? = null, val minimumTlsVersion: String? = null, val provisioningState: String? = null, val provisioningSubstate: String? = null)

Constructors

constructor(azureKeyVaultCertificateSecretName: String? = null, azureKeyVaultCertificateSecretVersion: String? = null, azureKeyVaultCertificateVaultId: String? = null, certificateSource: String? = null, minimumTlsVersion: String? = null, provisioningState: String? = null, provisioningSubstate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Key Vault secret representing the full certificate PFX.

Link copied to clipboard

The version of the Key Vault secret representing the full certificate PFX.

Link copied to clipboard

The ID of the Key Vault containing the SSL certificate.

Link copied to clipboard

Certificate source to encrypted HTTPS traffic with. Allowed values are FrontDoor or AzureKeyVault. Defaults to FrontDoor. The following attributes are only valid if certificate_source is set to AzureKeyVault:

Link copied to clipboard

Minimum client TLS version supported.

Link copied to clipboard
Link copied to clipboard