ApplicationGatewayTrustedRootCertificate

data class ApplicationGatewayTrustedRootCertificate(val data: String? = null, val id: String? = null, val keyVaultSecretId: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(data: String? = null, id: String? = null, keyVaultSecretId: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: String? = null

The contents of the Trusted Root Certificate which should be used. Required if key_vault_secret_id is not set.

Link copied to clipboard
val id: String? = null

The ID of the Rewrite Rule Set

Link copied to clipboard

The Secret ID of the (base-64 encoded unencrypted pfx) Secret or Certificate object stored in Azure KeyVault. You need to enable soft delete for the Key Vault to use this feature. Required if data is not set.

Link copied to clipboard

The Name of the Trusted Root Certificate to use.