windowsInformationProtectionAppLearningSummary リソースの種類

名前空間: microsoft.graph

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

Windows 情報保護アプリの学習概要エンティティ。

メソッド

メソッド 戻り値の型 説明
List windowsInformationProtectionAppLearningSummaries windowsInformationProtectionAppLearningSummary コレクション windowsInformationProtectionAppLearningSummary オブジェクトのプロパティとリレーションシップをリストします。
Get windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary オブジェクトのプロパティとリレーションシップを読み取ります。
Create windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary 新しい windowsInformationProtectionAppLearningSummary オブジェクトを作成します。
Delete windowsInformationProtectionAppLearningSummary なし windowsInformationProtectionAppLearningSummary を削除します。
Update windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary windowsInformationProtectionAppLearningSummary オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String WindowsInformationProtectionAppLearningSummary の一意識別子。
applicationName String アプリケーション名
applicationType applicationType アプリケーションの種類。 可能な値は、universaldesktop です。
deviceCount Int32 デバイス数

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionAppLearningSummary",
  "id": "String (identifier)",
  "applicationName": "String",
  "applicationType": "String",
  "deviceCount": 1024
}