Skip to main content

tracevault_core/
permissions.rs

1#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
2pub enum Permission {
3    TracePush,
4    TraceViewAll,
5    TraceViewOwn,
6    PolicyManage,
7    AuditLogView,
8    UserManage,
9    OrgSettingsManage,
10    ComplianceManage,
11    ComplianceView,
12    CodeBrowse,
13    StoryGenerate,
14    StoryView,
15}