@Generated public interface WorkspaceAssignmentService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
void |
delete(DeleteWorkspaceAssignmentRequest deleteWorkspaceAssignmentRequest)
Deletes the workspace permissions assignment in a given account and workspace for the specified
principal.
|
WorkspacePermissions |
get(GetWorkspaceAssignmentRequest getWorkspaceAssignmentRequest)
Get an array of workspace permissions for the specified account and workspace.
|
PermissionAssignments |
list(ListWorkspaceAssignmentRequest listWorkspaceAssignmentRequest)
Get the permission assignments for the specified Databricks account and Databricks workspace.
|
PermissionAssignment |
update(UpdateWorkspaceAssignments updateWorkspaceAssignments)
Creates or updates the workspace permissions assignment in a given account and workspace for
the specified principal.
|
void delete(DeleteWorkspaceAssignmentRequest deleteWorkspaceAssignmentRequest)
WorkspacePermissions get(GetWorkspaceAssignmentRequest getWorkspaceAssignmentRequest)
PermissionAssignments list(ListWorkspaceAssignmentRequest listWorkspaceAssignmentRequest)
PermissionAssignment update(UpdateWorkspaceAssignments updateWorkspaceAssignments)
Copyright © 2026. All rights reserved.