WorkspaceEncryption

data class WorkspaceEncryption(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 ID of the keyVault where the customer owned encryption key is present.

Link copied to clipboard

The Key Vault URI to access the encryption key.