create_authz_role
Create an authorization role in Langflow, with optional permissions and a parent role for inheritance.
Instructions
Create an authorization role with optional permissions and a parent role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Role name | |
| description | No | Role description | |
| permissions | No | Permission identifiers | |
| parent_role_id | No | Parent role ID for inheritance |