HubEncryption

data class HubEncryption(val keyId: String, val keyVaultId: String, val userAssignedIdentityId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Key Vault URI to access the encryption key.

Link copied to clipboard

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

Link copied to clipboard

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