Azure Key Vault Properties Args
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
fun AzureKeyVaultPropertiesArgs(connectAsKubernetesCsiDriver: Output<Boolean>? = null, type: Output<String>)