windowsOfficeClientConfiguration リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

ユーザーの Office ポリシー設定を説明するエンティティWindows。

officeClientConfiguration から継承

メソッド

メソッド 戻り値の型 説明
WindowsOfficeClientConfigurations の一覧表示 windowsOfficeClientConfiguration コレクション windowsOfficeClientConfiguration オブジェクトのプロパティとリレーションシップを一覧表示します。
WindowsOfficeClientConfiguration の取得 windowsOfficeClientConfiguration windowsOfficeClientConfiguration オブジェクトのプロパティとリレーションシップを読み取る。
WindowsOfficeClientConfiguration の作成 windowsOfficeClientConfiguration 新しい windowsOfficeClientConfiguration オブジェクトを作成 します。
WindowsOfficeClientConfiguration の削除 なし windowsOfficeClientConfiguration を削除します
WindowsOfficeClientConfiguration の更新 windowsOfficeClientConfiguration windowsOfficeClientConfiguration オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String Office クライアント構成ポリシーの ID。 officeClientConfiguration から継承
userPreferencePayload Stream 基本設定 JSON 文字列をバイナリ形式で指定すると、これらの値はユーザーによって上書きされます。 officeClientConfiguration から継承
policyPayload Stream バイナリ形式のポリシー設定 JSON 文字列は、ユーザーがこれらの値を変更できません。 officeClientConfiguration から継承
description String 管理者は、Office クライアント構成ポリシーの説明を提供しました。 officeClientConfiguration から継承
displayName String 管理者は、Office クライアント構成ポリシーの名前を指定しました。 officeClientConfiguration から継承
priority Int32 優先度の値は、テナントの下のポリシーごとに一意の値である必要があります。競合解決に使用されます。値が低い場合は優先度が高くなります。 officeClientConfiguration から継承
lastModifiedDateTime DateTime ポリシーの最終変更日時スタンプ。 officeClientConfiguration から継承
userCheckinSummary officeUserCheckinSummary ポリシーのユーザー チェックインの概要。 officeClientConfiguration から継承
checkinStatuses officeClientCheckinStatus コレクション Office クライアント のチェックイン状態の一覧。 officeClientConfiguration から継承

リレーションシップ

リレーションシップ 説明
assignments officeClientConfigurationAssignment コレクション ポリシーのグループ割り当ての一覧。 officeClientConfiguration から継承

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsOfficeClientConfiguration",
  "id": "String (identifier)",
  "userPreferencePayload": "<Unknown Primitive Type Edm.Stream>",
  "policyPayload": "<Unknown Primitive Type Edm.Stream>",
  "description": "String",
  "displayName": "String",
  "priority": 1024,
  "userCheckinSummary": {
    "@odata.type": "microsoft.graph.officeUserCheckinSummary",
    "succeededUserCount": 1024,
    "failedUserCount": 1024
  },
  "checkinStatuses": [
    {
      "@odata.type": "microsoft.graph.officeClientCheckinStatus",
      "userPrincipalName": "String",
      "deviceName": "String",
      "devicePlatform": "String",
      "devicePlatformVersion": "String",
      "wasSuccessful": true,
      "userId": "String",
      "checkinDateTime": "String (timestamp)",
      "errorMessage": "String",
      "appliedPolicies": [
        "String"
      ]
    }
  ]
}