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[]
CustomRoles
Custom roles defined at runtime for this team (created / updated / deleted without a code deploy). Null or empty means only code-registered roles apply. Each role's scopes are constrained to app-registered scopes.
IReadOnlyList<TenantRoleDefinition> CustomRoles { get; }
Property Value
Icon
string Icon { get; }
Property Value
Key
string Key { get; }
Property Value
Name
string Name { get; }