Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
The
ax role-bindings commands are currently in ALPHA. The API may change without notice. A one-time warning is emitted on first use.ax role-bindings commands let you create, retrieve, update, and delete role bindings on the Arize platform. A role binding assigns a role to a user on a specific resource. Only one binding per user per resource is allowed.
ax role-bindings create
Create a new role binding. Assigns a role to a user on the specified resource. If a binding already exists for the user on the resource, the command exits without error.
| Option | Description |
|---|---|
--user-id | Global ID of the user to bind the role to |
--role-id | Global ID of the role to assign |
--resource-type | Resource type to bind the role on |
--resource-id | Global ID of the resource to bind the role on |
ax role-bindings get
Get a role binding by ID.
ax role-bindings update
Update a role binding by replacing its assigned role.
| Option | Description |
|---|---|
--role-id | New role ID to assign |
ax role-bindings delete
Delete a role binding by ID. This operation is irreversible.
| Option | Description |
|---|---|
--force | Skip the confirmation prompt |