Table of Contents

Class SystemScopeDefinition

Namespace
Tharga.Team
Assembly
Tharga.Team.dll

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

Name string
Description string

Properties

Description

public string Description { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string