namespace Azaion.Common.Entities; public enum RoleEnum { None = 0, Operator = 10, //only annotator is available. Could send annotations to queue. Validator = 20, //annotator + dataset explorer. This role allows to receive annotations from the queue. CompanionPC = 30, Admin = 40, // ResourceUploader = 50, //Uploading dll and ai models // AZ-535 — service-to-service identity (one per verifier: satellite-provider, // gps-denied, ui). Only authorized to read /sessions/revoked snapshot; not // valid for any user-facing endpoint. Each verifier deployment gets one // dedicated Service user. Service = 60, ApiAdmin = 1000 //everything }