officeConfiguration-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Singleton-Entität, die als Container für alle Geräteverwaltungsfunktionen dient.

Methoden

Methode Rückgabetyp Beschreibung
officeConfiguration abrufen officeConfiguration Lesen von Eigenschaften und Beziehungen des officeConfiguration-Objekts.
officeConfiguration aktualisieren officeConfiguration Dient zum Aktualisieren der Eigenschaften eines officeConfiguration-Objekts.

Eigenschaften

Eigenschaft Typ Beschreibung
id Zeichenfolge ID der Office-Konfiguration.
tenantCheckinStatuses officeClientCheckinStatus-Sammlung Liste des Office-Client-Eincheckstatus.
tenantUserCheckinSummary officeUserCheckinSummary Entität, die Mandanten-Eincheckungen beschreibt

Beziehungen

Beziehung Typ Beschreibung
clientConfigurations officeClientConfiguration-Sammlung Liste der Office-Clientkonfiguration.

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.officeConfiguration",
  "id": "String (identifier)",
  "tenantCheckinStatuses": [
    {
      "@odata.type": "microsoft.graph.officeClientCheckinStatus",
      "userPrincipalName": "String",
      "deviceName": "String",
      "devicePlatform": "String",
      "devicePlatformVersion": "String",
      "wasSuccessful": true,
      "userId": "String",
      "checkinDateTime": "String (timestamp)",
      "errorMessage": "String",
      "appliedPolicies": [
        "String"
      ]
    }
  ],
  "tenantUserCheckinSummary": {
    "@odata.type": "microsoft.graph.officeUserCheckinSummary",
    "succeededUserCount": 1024,
    "failedUserCount": 1024
  }
}