TeamInfo interface
Represents information about a team.
Properties
| aad |
The Azure Active Directory group ID of the team. |
| id | The ID of the team. |
| name | The name of the team. |
Property Details
aadGroupId
The Azure Active Directory group ID of the team.
aadGroupId?: string
Property Value
string
id
The ID of the team.
id?: string
Property Value
string
name
The name of the team.
name?: string
Property Value
string