teamworkTeamsClientConfiguration-Ressourcentyp
Namespace: microsoft.graph
Wichtig
Die APIs unter der /beta
Version in Microsoft Graph können sich ändern. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in v1.0 verfügbar ist, verwenden Sie die Version Selektor.
Stellt Konfigurationsdetails für den Microsoft Teams-Client dar, der auf einem Microsoft Teams-Räume Gerät ausgeführt wird.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
accountConfiguration | teamworkAccountConfiguration | Die Konfiguration des Microsoft Teams-Clientbenutzerkontos für ein Gerät. |
featuresConfiguration | teamworkFeaturesConfiguration | Die Konfiguration der Microsoft Teams-Clientfeatures für ein Gerät. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.teamworkTeamsClientConfiguration",
"accountConfiguration": {
"@odata.type": "microsoft.graph.teamworkAccountConfiguration"
},
"featuresConfiguration": {
"@odata.type": "microsoft.graph.teamworkFeaturesConfiguration"
}
}