KeyVaultPropertiesArgs

data class KeyVaultPropertiesArgs(val keyIdentifier: Output<String>) : ConvertibleToJava<KeyVaultPropertiesArgs>

The details for accessing the encryption keys in Key Vault.

Constructors

Link copied to clipboard
constructor(keyIdentifier: Output<String>)

Properties

Link copied to clipboard
val keyIdentifier: Output<String>

The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).

Functions

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