KeyVaultPropertiesArgs

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

Constructors

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

Properties

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

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