KeyVaultPropertiesArgs

data class KeyVaultPropertiesArgs(val keyName: Output<String>? = null, val keyVaultUri: Output<String>? = null, val keyVersion: Output<String>? = null) : ConvertibleToJava<KeyVaultPropertiesArgs>

Properties of key vault.

Constructors

Link copied to clipboard
constructor(keyName: Output<String>? = null, keyVaultUri: Output<String>? = null, keyVersion: Output<String>? = null)

Properties

Link copied to clipboard
val keyName: Output<String>? = null

The name of KeyVault key.

Link copied to clipboard
val keyVaultUri: Output<String>? = null

The Uri of KeyVault.

Link copied to clipboard
val keyVersion: Output<String>? = null

The version of KeyVault key.

Functions

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