Interface ITeam
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
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
Key
string Key { get; }
Property Value
Name
string Name { get; }