This article covers role management rights that pertain to Kafka KSQL Instance objects.
| Right | Feature Code | Explanation |
| Show Kafka Ksql Instances | EXCMD_INQUIRE_KAFKA_KSQL_INST_NAMES | Allows users to view a list of the Kafka Ksql instances that exist. |
| Show Kafka Ksql Instance | EXCMD_INQUIRE_KAFKA_KSQL_INST | Allows users to view the details of a specific Kafka Ksql instance. |
| Execute Ksql On Kafka Ksql Instance | EXCMD_EXECUTE_KAFKA_KSQL_INST_KSQL | Allows users to execute Ksql on Kafka Ksql instances. |
| Execute Query On Ksql Instance | EXCMD_EXECUTE_KAFKA_KSQL_INST_QUERY | Allows users to execute queries on Kafka Ksql instances. |
| Show Kafka Ksql Instance Tables | EXCMD_INQUIRE_KAFKA_KSQL_INST_TABLES | Allows users to view a list of the Kafka Ksql instance tables that exist. |
| Show Kafka Ksql Instance Streams | EXCMD_INQUIRE_KAFKA_KSQL_INST_STREAMS | Allows users to view a list of the Kafka Ksql instance streams that exist. |
| Show Kafka Ksql Instance Queries | EXCMD_INQUIRE_KAFKA_KSQL_INST_QUERIES | Allows users to view a list of the Kafka Ksql instance queries that exist. |