Class SystemScopeDefinition
Defines a system-level scope (a global capability granted to system API keys and, via role mapping, to privileged users). Unlike team scopes, system scopes have no access-level hierarchy — they are a flat set.
public record SystemScopeDefinition : IEquatable<SystemScopeDefinition>
- Inheritance
-
SystemScopeDefinition
- Implements
- Inherited Members
Constructors
SystemScopeDefinition(string, string)
Defines a system-level scope (a global capability granted to system API keys and, via role mapping, to privileged users). Unlike team scopes, system scopes have no access-level hierarchy — they are a flat set.
public SystemScopeDefinition(string Name, string Description = null)
Parameters
Properties
Description
public string Description { get; init; }
Property Value
Name
public string Name { get; init; }