ConfigurationStoreEncryptionArgs

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

Constructors

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

Properties

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

Specifies the client ID of the identity which will be used to access key vault.

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

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

Functions

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