ServerCustomerManagedKey

data class ServerCustomerManagedKey(val keyVaultKeyId: String, val userAssignedIdentityId: String)

Constructors

Link copied to clipboard
constructor(keyVaultKeyId: String, userAssignedIdentityId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Key Vault Key Id that will be used to encrypt the Fluid Relay Server.

Link copied to clipboard

The User Assigned Managed Identity ID to be used for accessing the Customer Managed Key for encryption.