Skip to main content

workspace_permissions

Creates, updates, deletes, gets or lists a workspace_permissions resource.

Overview

Nameworkspace_permissions
TypeResource
Iddatabricks_account.iam.workspace_permissions

Fields

The following fields are returned by SELECT queries:

Request completed successfully.

NameDatatypeDescription
descriptionstring
permission_levelstring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet an array of workspace permissions for the specified account and workspace.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get an array of workspace permissions for the specified account and workspace.

SELECT
description,
permission_level
FROM databricks_account.iam.workspace_permissions;