Enum AccessLevel
public enum AccessLevel
Fields
Administrator = 1Custom = 4Grants 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 = 0User = 2Viewer = 3