create_role
Creates a new role in Vengtoo authorization model. After creation, assign policies and subjects to define permissions.
Instructions
Create a role. After creating it, assign policies to the role with assign_policy (entity_type: "role"), then assign subjects to the role with assign_role_to_subject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Role name, e.g. "editor" or "billing-admin" | |
| description | No | Optional description |