confluent iam¶
Important
This feature is available as a preview feature. A preview feature is a component of Confluent Platform that is being introduced to gain early feedback from developers. This feature can be used for evaluation and non-production testing purposes or to provide feedback to Confluent.
Description¶
Use the confluent iam
commands to manage RBAC and IAM permissions.
Manage Role Based Access (RBAC) and Identity and Access Management (IAM) permissions.
Usage:
confluent iam [command]
Available Commands:
role Manage RBAC and IAM roles.
rolebinding Manage RBAC and IAM role bindings.
Flags:
-h, --help help for iam
Global Flags:
-v, --verbose count Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
Use "confluent iam [command] --help" for more information about a command.
Here are the available confluent iam
commands
Command | Description |
---|---|
confluent iam role describe | Describe the resources and operations allowed for a role. |
confluent iam role list | List all available roles. |
confluent iam rolebinding create | Create a new role binding. |
confluent iam rolebinding delete | Delete an existing role binding. |
confluent iam rolebinding list | List role bindings. |