Class ApiKeyScopes
Scope constants for API key management.
public static class ApiKeyScopes
- Inheritance
-
ApiKeyScopes
- Inherited Members
Fields
Manage
public const string Manage = "apikey:manage"
Field Value
SystemManage
Scope required to manage system-level API keys (keys not bound to a team).
public const string SystemManage = "apikey:system-manage"