workspace_permissions
Creates, updates, deletes, gets or lists a workspace_permissions
resource.
Overview
Name | workspace_permissions |
Type | Resource |
Id | databricks_account.iam.workspace_permissions |
Fields
The following fields are returned by SELECT
queries:
- get
Request completed successfully.
Name | Datatype | Description |
---|---|---|
description | string | |
permission_level | string |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | select | Get 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.
Name | Datatype | Description |
---|
SELECT
examples
- get
Get an array of workspace permissions for the specified account and workspace.
SELECT
description,
permission_level
FROM databricks_account.iam.workspace_permissions;