Workspace Customer Managed Key Args
data class WorkspaceCustomerManagedKeyArgs(val keyName: Output<String>? = null, val keyVersionlessId: Output<String>, val userAssignedIdentityId: Output<String>? = null) : ConvertibleToJava<WorkspaceCustomerManagedKeyArgs>
Properties
Link copied to clipboard
The Azure Key Vault Key Versionless ID to be used as the Customer Managed Key (CMK) for double encryption (e.g. https://example-keyvault.vault.azure.net/type/cmk/
).
Link copied to clipboard
The User Assigned Identity ID to be used for accessing the Customer Managed Key for encryption.