KeyVaultPropertiesArgs

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

Settings concerning key vault encryption for a configuration store.

Constructors

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

Properties

Link copied to clipboard
val identityClientId: 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

The URI of the key vault key used to encrypt data.

Functions

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