teamworkDeviceConfiguration-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 ein Microsoft Teams-fähiges Gerät dar, einschließlich Softwareversionen, Peripheriegerätekonfiguration (z. B. Kamera, Anzeige, Mikrofon und Lautsprecher), Hardwarekonfiguration und Teams-Clientkonfiguration.
Erbt von entity.
Methoden
Methode | Rückgabetyp | Beschreibung |
---|---|---|
Get | teamworkDeviceConfiguration | Liest die Eigenschaften und Beziehungen eines teamworkDeviceConfiguration-Objekts . |
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
cameraConfiguration | teamworkCameraConfiguration | Die Kamerakonfiguration. Gilt nur für Geräte mit Aktiviertem Microsoft Teams-Räume. |
createdBy | identitySet | Identität des Benutzers, der das Dokument zur Gerätekonfiguration erstellt hat. |
createdDateTime | DateTimeOffset | Das UTC-Datum und die Uhrzeit der Erstellung des Gerätekonfigurationsdokuments. |
displayConfiguration | teamworkDisplayConfiguration | Die Anzeigekonfiguration. |
hardwareConfiguration | teamworkHardwareConfiguration | Die Hardwarekonfiguration. Gilt nur für Teams-Räume-fähige Geräte. |
id | Zeichenfolge | Dokumentbezeichner. Geerbt von entity. |
lastModifiedBy | identitySet | Identität des Benutzers, der die Gerätekonfiguration zuletzt geändert hat. |
lastModifiedDateTime | DateTimeOffset | Das UTC-Datum und die Uhrzeit der letzten Änderung der Gerätekonfiguration. |
microphoneConfiguration | teamworkMicrophoneConfiguration | Die Mikrofonkonfiguration. Gilt nur für Teams-Räume-fähige Geräte. |
softwareVersions | teamworkDeviceSoftwareVersions | Informationen zu Softwareversionen für das Gerät, z. B. Firmware, Betriebssystem, Teams-Client und Administrator-Agent. |
speakerConfiguration | teamworkSpeakerConfiguration | Die Lautsprecherkonfiguration. Gilt nur für Teams-Räume-fähige Geräte. |
systemConfiguration | teamworkSystemConfiguration | Die Systemkonfiguration. Gilt nicht für Teams-Räume-fähige Geräte. |
teamsClientConfiguration | teamworkTeamsClientConfiguration | Die Teams-Clientkonfiguration. Gilt nur für Teams-Räume-fähige Geräte. |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.teamworkDeviceConfiguration",
"cameraConfiguration": {
"@odata.type": "microsoft.graph.teamworkCameraConfiguration"
},
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"createdDateTime": "String (timestamp)",
"displayConfiguration": {
"@odata.type": "microsoft.graph.teamworkDisplayConfiguration"
},
"hardwareConfiguration": {
"@odata.type": "microsoft.graph.teamworkHardwareConfiguration"
},
"id": "String (identifier)",
"lastModifiedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"lastModifiedDateTime": "String (timestamp)",
"microphoneConfiguration": {
"@odata.type": "microsoft.graph.teamworkMicrophoneConfiguration"
},
"softwareVersions": {
"@odata.type": "microsoft.graph.teamworkDeviceSoftwareVersions"
},
"speakerConfiguration": {
"@odata.type": "microsoft.graph.teamworkSpeakerConfiguration"
},
"systemConfiguration": {
"@odata.type": "microsoft.graph.teamworkSystemConfiguration"
},
"teamsClientConfiguration": {
"@odata.type": "microsoft.graph.teamworkTeamsClientConfiguration"
}
}