create_authz_role_assignment
Create an authorization role assignment by linking a user to a role, optionally scoped to a domain for fine-grained access control.
Instructions
Assign a role to a user, optionally scoped to a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes | Role ID | |
| user_id | Yes | User ID | |
| domain_id | No | Domain ID for the scope | |
| domain_type | No | Domain type: global, org, workspace, or project |