action keycloak_get_realm_clients_id_protocol_mappers_protocol_protocol { label: "Get mappers by name for a specific protocol" provider: keycloak method: GET path: "/{realm}/clients/{id}/protocol-mappers/protocol/{protocol}" encoding: json output: { type: "object" additionalProperties: true } }