w.permission_migration
: PermissionMigration¶
- class databricks.sdk.service.iam.PermissionMigrationAPI¶
APIs for migrating acl permissions, used only by the ucx tool: https://github.com/databrickslabs/ucx
- migrate_permissions(workspace_id: int, from_workspace_group_name: str, to_account_group_name: str [, size: Optional[int]]) MigratePermissionsResponse ¶
Migrate Permissions.
- Parameters:
workspace_id – int WorkspaceId of the associated workspace where the permission migration will occur.
from_workspace_group_name – str The name of the workspace group that permissions will be migrated from.
to_account_group_name – str The name of the account group that permissions will be migrated to.
size – int (optional) The maximum number of permissions that will be migrated.
- Returns: