windowsInformationProtectionApp リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Windows 情報保護用アプリ
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
displayName | 文字列型 (String) | アプリの表示名。 |
description | 文字列型 (String) | アプリの説明。 |
publisherName | 文字列型 (String) | 発行元名 |
productName | 文字列型 (String) | 製品名。 |
denied | ブール型 (Boolean) | true の場合、アプリは拒否された保護または除外です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionApp",
"displayName": "String",
"description": "String",
"publisherName": "String",
"productName": "String",
"denied": true
}