Table of Contents

Enum AccessLevel

Namespace
Tharga.Team
Assembly
Tharga.Team.dll
public enum AccessLevel

Fields

Administrator = 1
Custom = 4

Grants no inherited base scopes. A principal at this level has exactly the scopes from its assigned roles and ScopeOverrides — nothing from the access-level tier itself, and it is exempt from the "Owner/Administrator get all registered scopes" rule. Use for least-privilege machine keys that should carry only their explicit grants.

Owner = 0
User = 2
Viewer = 3