Table of Contents

Interface ITeam

Namespace
Tharga.Team
Assembly
Tharga.Team.dll
public interface ITeam

Properties

ConsentAccessLevel

Access level granted to consented roles. Null falls back to the configured default consent level.

AccessLevel? ConsentAccessLevel { get; }

Property Value

AccessLevel?

ConsentedRoles

Global roles that have been granted access to this team via consent. Null or empty means no consent granted.

string[] ConsentedRoles { get; }

Property Value

string[]

Icon

string Icon { get; }

Property Value

string

Key

string Key { get; }

Property Value

string

Name

string Name { get; }

Property Value

string