AzureKeyVaultPropertiesArgs

data class AzureKeyVaultPropertiesArgs(val connectAsKubernetesCsiDriver: Output<Boolean>? = null, val type: Output<String>) : ConvertibleToJava<AzureKeyVaultPropertiesArgs>

The resource properties when type is Azure Key Vault

Constructors

Link copied to clipboard
constructor(connectAsKubernetesCsiDriver: Output<Boolean>? = null, type: Output<String>)

Properties

Link copied to clipboard

True if connect via Kubernetes CSI Driver.

Link copied to clipboard
val type: Output<String>

The azure resource type. Expected value is 'KeyVault'.

Functions

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