Skip to contents

Migrate a batch of permissions from a workspace local group to an account group.

Usage

migrate_permission_migration_permissions(
  client,
  workspace_id,
  from_workspace_group_name,
  to_account_group_name,
  size = NULL
)

permissionMigrationMigratePermissions(
  client,
  workspace_id,
  from_workspace_group_name,
  to_account_group_name,
  size = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

workspace_id

Required. WorkspaceId of the associated workspace where the permission migration will occur.

from_workspace_group_name

Required. The name of the workspace group that permissions will be migrated from.

to_account_group_name

Required. The name of the account group that permissions will be migrated to.

size

The maximum number of permissions that will be migrated.