Share via


Type de ressource teamInfo

Espace de noms: microsoft.graph

Représente une équipe avec des informations de base.

Type de base de associatedTeamInfo et sharedWithChannelTeamInfo.

Propriétés

Propriété Type Description
displayName Chaîne Nom de l’équipe.
id Chaîne Identificateur unique de l’équipe. En lecture seule.
tenantId Chaîne ID du locataire Microsoft Entra.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.teamInfo",
  "displayName": "String",
  "id": "String (identifier)",
  "tenantId": "String"
}