HubEncryptionArgs

data class HubEncryptionArgs(val keyId: Output<String>, val keyVaultId: Output<String>, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<HubEncryptionArgs>

Constructors

Link copied to clipboard
constructor(keyId: Output<String>, keyVaultId: Output<String>, userAssignedIdentityId: Output<String>? = null)

Properties

Link copied to clipboard
val keyId: Output<String>

The Key Vault URI to access the encryption key.

Link copied to clipboard
val keyVaultId: Output<String>

The Key Vault ID where the customer owned encryption key exists.

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

The user assigned identity ID that has access to the encryption key.

Functions

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