teamworkSystemConfiguration-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 die Details zur Systemkonfiguration für ein Microsoft Teams-fähiges Gerät dar. Gilt nicht für Microsoft Teams-Räume Geräte.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
dateTimeConfiguration | teamworkDateTimeConfiguration | Die Datums- und Uhrzeitkonfigurationen für ein Gerät. |
defaultPassword | Zeichenfolge | Das Standardkennwort für das Gerät. Schreibgeschützt. |
deviceLockTimeout | Dauer | Das Timeout für die Gerätesperre in Sekunden. |
isDeviceLockEnabled | Boolescher Wert |
True , wenn die Gerätesperre aktiviert ist. |
isLoggingEnabled | Boolescher Wert |
True , wenn die Protokollierung aktiviert ist. |
isPowerSavingEnabled | Boolescher Wert |
True , wenn stromsparend aktiviert ist. |
isScreenCaptureEnabled | Boolescher Wert |
True , wenn die Bildschirmaufnahme aktiviert ist. |
isSilentModeEnabled | Boolescher Wert |
True , wenn der automatische Modus aktiviert ist. |
language | Zeichenfolge | Die Sprachoption für das Gerät. |
lockPin | Zeichenfolge | Der Pin, der das Gerät entsperrt. Schreibgeschützt. |
loggingLevel | Zeichenfolge | Der Protokollierungsgrad für das Gerät. |
networkConfiguration | teamworkNetworkConfiguration | Die Netzwerkkonfiguration für das Gerät. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.teamworkSystemConfiguration",
"dateTimeConfiguration": {
"@odata.type": "microsoft.graph.teamworkDateTimeConfiguration"
},
"defaultPassword": "String",
"deviceLockTimeout": "String (duration)",
"isDeviceLockEnabled": "Boolean",
"isLoggingEnabled": "Boolean",
"isPowerSavingEnabled": "Boolean",
"isScreenCaptureEnabled": "Boolean",
"isSilentModeEnabled": "Boolean",
"language": "String",
"lockPin": "String",
"loggingLevel": "String",
"networkConfiguration": {
"@odata.type": "microsoft.graph.teamworkNetworkConfiguration"
}
}