This article covers role management rights that pertain to Kafka Connect Plugin objects.
| Right | Feature Code | Explanation |
| Show Kafka Connect Plugin | EXCMD_INQUIRE_KAFKA_CONNECT_PLUGIN | Allows users to view the details of a specific Kafka connect plugin. |
| Show Kafka Connect Plugins | EXCMD_INQUIRE_KAFKA_CONNECT_PLUGIN_NAMES | Allows users to view a list of the Kafka connect plugins that exist. |
| Validate Kafka Connect Plugin | EXCMD_VALIDATE_KAFKA_CONNECT_PLUGIN | Gives users the ability to validate Kafka Connect plugins. |