名前空間: microsoft.graph
重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスの WindowsDefenderApplicationControl 補足ポリシーの展開状態のプロパティを含みます。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 |
| deviceName | String | デバイス名。 |
| deviceId | 文字列 | デバイス ID。 |
| lastSyncDateTime | DateTimeOffset | 前回の同期日時。 |
| osVersion | String | Windows OS バージョン。 |
| osDescription | 文字列 | Windows OS バージョンの説明。 |
| deploymentStatus | windowsDefenderApplicationControlSupplementalPolicyStatuses | ポリシーの展開状態。 可能な値は、unknown、success、tokenError、notAuthorizedByToken、policyNotFound です。 |
| userName | 文字列 | このデバイスのユーザーの名前。 |
| userPrincipalName | String | ユーザー プリンシパル名。 |
| policyVersion | 文字列 | 人間が読めるバージョンの WindowsDefenderApplicationControl 補足ポリシー。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| 役割 | windowsDefenderApplicationControlSupplementalPolicy | WindowsDefenderApplicationControl 補足ポリシーへのナビゲーション リンク。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
"id": "String (identifier)",
"deviceName": "String",
"deviceId": "String",
"lastSyncDateTime": "String (timestamp)",
"osVersion": "String",
"osDescription": "String",
"deploymentStatus": "String",
"userName": "String",
"userPrincipalName": "String",
"policyVersion": "String"
}