@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)
Delete permissions assignment.
|
WorkspacePermissions |
get(GetWorkspaceAssignmentRequest getWorkspaceAssignmentRequest)
List workspace permissions.
|
PermissionAssignments |
list(ListWorkspaceAssignmentRequest listWorkspaceAssignmentRequest)
Get permission assignments.
|
void |
update(UpdateWorkspaceAssignments updateWorkspaceAssignments)
Create or update permissions assignment.
|
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.
void update(UpdateWorkspaceAssignments updateWorkspaceAssignments)
Creates or updates the workspace permissions assignment in a given account and workspace for the specified principal.
Copyright © 2023. All rights reserved.