List Workspace Permission Assignments
List all workspace permission assignments for a workspace in Databricks.
Input
| Field | Definition | Type | Required |
|---|---|---|---|
| Workspace | |||
| ID | Unique identifier of the workspace. | Text | TRUE |
Output
| Field | Definition | Type |
|---|---|---|
| Permissions | ||
| Users | A list of users, each containing its respective fields. Note:
All users added to the workspace are listed at once. The maximum number of users that can be shown is subject to the memory available in the Workflows instance. See Workflows platform limits. |
List of Objects |
| User ID | Unique identifier of the user. | Text |
| User Name | Username of the user. | Text |
| Display Name | The display name or full name of the user. | Text |
| Permissions | List of workspace permissions assigned to the user. | List of Text |
| Groups | A list of groups, each containing its respective fields. Note:
All groups added to the workspace are listed at once. The maximum number of groups that can be shown is subject to the memory available in the Workflows instance. See Workflows platform limits. |
List of Objects |
| Group ID | Unique identifier of the group. | Text |
| Group Name | Name of the group. | Text |
| Display Name | The display name of the group. | Text |
| Permissions | List of workspace permissions assigned to the group. | List of Text |
| Service Principals | A list of service principals, each containing its respective fields. Note:
All service principals added to the workspace are listed at once. The maximum number of service principals that can be shown is subject to the memory available in the Workflows instance. See Workflows platform limits. |
List of Objects |
| Service Principal ID | Unique identifier of the service principal. | Text |
| Service Principal Name | The name of the service principal. | Text |
| Display Name | The display name of the service principal. | Text |
| Permissions | List of workspace permissions assigned to the service principal. | List of Text |