KeyVaultPropertiesArgs

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

Constructors

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

Properties

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

The client id of the identity which will be used to access key vault.

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

Key vault uri to access the encryption key.

Functions

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