EncryptionKeyVaultPropertiesArgs

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

Constructors

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

Properties

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

For future use - The client id of the identity which will be used to access key vault.

Link copied to clipboard
val keyIdentifier: Output<String>

Key vault uri to access the encryption key.

Link copied to clipboard
val keyVaultArmId: Output<String>

The ArmId of the keyVault where the customer owned encryption key is present.

Functions

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