TeamDetails interface
Represents details of a Microsoft Teams team.
Properties
| aad |
Azure Active Directory group ID of the team. |
| channel |
Number of channels in the team. |
| id | Unique identifier of the team. |
| member |
Number of members in the team. |
| name | Name of the team. |
| type | Type of the team. |
Property Details
aadGroupId
Azure Active Directory group ID of the team.
aadGroupId?: string
Property Value
string
channelCount
Number of channels in the team.
channelCount?: number
Property Value
number
id
Unique identifier of the team.
id?: string
Property Value
string
memberCount
Number of members in the team.
memberCount?: number
Property Value
number
name
Name of the team.
name?: string
Property Value
string
type
Type of the team.
type?: string
Property Value
string