This article covers role management rights that pertain to Kafka Schema Registry Subject Version objects.
| Right | Feature Code | Explanation |
| Show Kafka Schema Registry Subject Versions | EXCMD_INQUIRE_KAFKA_SCH_REG_SUBJ_VER_NAMES | Allows users to view a list of the Kafka schema registry subject versions that exist. |
| Show Kafka Schema Registry Subject Version | EXCMD_INQUIRE_KAFKA_SCH_REG_SUBJ_VER | Allows users to view the details of a specific Kafka schema registry subject version. |
| Delete Kafka Schema Registry Subject Version | EXCMD_DELETE_KAFKA_SCH_REG_SUBJ_VER | Allows users to remove Kafka schema registry subject versions. |
| Check Schema Compatible On Kafka Schema Registry Subject Version | EXCMD_CHECK_KAFKA_SCH_REG_SUBJ_VER_COMPATIBLE_SCHEMA | Checks whether the input schema is compatible with the version of the subject's schema (REST API). |