This article covers role management rights that pertain to Kafka Schema Registry objects.
| Right | Feature Code | Explanation |
| Change Kafka Schema Registry | EXCMD_CHANGE_KAFKA_SCH_REG | Allows users to change Kafka schema registries. |
| Show Kafka Schema Registries | EXCMD_INQUIRE_KAFKA_SCH_REG_NAMES | Allows users to view a list of the Kafka schema registries that exist. |
| Show Kafka Schema Registry | EXCMD_INQUIRE_KAFKA_SCH_REG | Allows users to view the details of a specific Kafka schema registry. |
| Show Kafka Schema Registry Schema | EXCMD_INQUIRE_KAFKA_SCH_REG_SCHEMA | Allows users to view the details of a specific Kafka schema registry schema. |
| Show Kafka Schema Registry Schema Subject Versions | EXCMD_INQUIRE_KAFKA_SCH_REG_SUBJECT_VERSIONS | Allows users to view a list of the Kafka schema registry schema subject versions that exist. |