excludedApps リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
除外された Office365 アプリのプロパティが含まれています。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
アクセス | ブール型 | MS Office Access を除外する必要があるかどうかの値。 |
Bing | ブール型 | 既定として Microsoft Search を除外するかどうかを示す 値。 |
Excel | ブール型 | MS Office Excel を除外する必要があるかどうかの値。 |
グルーヴ | ブール型 | MS Office OneDrive for Business - Groove を除外するかどうかの値。 |
infoPath | ブール型 | MS Office InfoPath を除外する必要があるかどうかの値。 |
lync | ブール型 | MS Office Skype for Business - Lync を除外するかどうかの値。 |
oneDrive | ブール型 | MS Office OneDrive を除外する必要があるかどうかの値。 |
oneNote | ブール型 | MS Office OneNote を除外する必要があるかどうかの値。 |
outlook | ブール型 | MS Office Outlook を除外する必要があるかどうかの値。 |
PowerPoint | ブール型 | MS Office PowerPointを除外する必要があるかどうかの値。 |
publisher | ブール型 | MS Office Publisher を除外する必要があるかどうかの値。 |
sharePointDesigner | ブール型 | MS Office SharePointDesigner を除外する必要があるかどうかの値。 |
Teams | ブール型 | MS Office Teams を除外する必要があるかどうかの値。 |
visio | ブール型 | MS Office Visio を除外する必要があるかどうかの値。 |
Word | ブール型 | MS Office Wordを除外する必要があるかどうかの値。 |
リレーションシップ
なし
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
}