superset_role_copy_permissions
Copy all permissions from a source role to a target role, replacing existing target permissions. Use confirm flag to apply changes or dry-run to preview.
Instructions
Copy all permissions from one role to another (full replacement).
Args: source_role_id: Role to copy permissions FROM. target_role_id: Role to copy permissions TO (existing permissions will be REPLACED). confirm: True to apply. False for dry-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| source_role_id | Yes | ||
| target_role_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |