excludedApps リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
除外された Office365 アプリのプロパティが含まれる。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| アクセス | ブール値 | MS が Access から除外Officeする必要がある場合の値。 |
| bing | Boolean | 既定の値としてMicrosoft Search除外する必要がある場合の値。 |
| excel | Boolean | MS を除外する必要Office Excelの値。 |
| groove | ブール値 | MS の値を指定Office OneDrive for Business - Groove除外する必要があります。 |
| infoPath | Boolean | MS が InfoPath をOfficeする必要がある場合の値。 |
| lync | Boolean | MS サーバー - Lync をOffice Skype for Businessする必要がある場合の値。 |
| oneDrive | ブール値 | MS ファイルを除外するOffice OneDriveする場合の値。 |
| oneNote | ブール値 | MS ファイルを除外するOffice OneNoteする場合の値。 |
| outlook | Boolean | MS ファイルを除外するOffice Outlookする場合の値。 |
| powerPoint | Boolean | MS ファイルを除外するOffice PowerPointする場合の値。 |
| publisher | Boolean | MS を除外する必要Office Publisherの値。 |
| sharePointDesigner | ブール値 | MS が SharePointDesigner Office除外する必要がある場合の値。 |
| チーム | Boolean | MS ファイルを除外するOffice Teamsの値。 |
| visio | ブール値 | MS を除外する必要Office Visioの値。 |
| word | ブール値 | MS が Word から除外Officeする場合の値。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.excludedApps",
"access": true,
"bing": true,
"excel": true,
"groove": true,
"infoPath": true,
"lync": true,
"oneDrive": true,
"oneNote": true,
"outlook": true,
"powerPoint": true,
"publisher": true,
"sharePointDesigner": true,
"teams": true,
"visio": true,
"word": true
}
フィードバック
フィードバックの送信と表示