windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
デバイスの WindowsDefenderApplicationControl 補足ポリシーの展開状態のプロパティを格納します。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 |
| deviceName | String | デバイス名。 |
| deviceId | String | デバイス ID。 |
| lastSyncDateTime | DateTimeOffset | 最後の同期の日付時刻。 |
| osVersion | String | WindowsOS バージョン。 |
| osDescription | String | WindowsOS バージョンの説明。 |
| deploymentStatus | windowsDefenderApplicationControlSupplementalPolicyStatuses | ポリシーの展開状態。 可能な値は、unknown、success、tokenError、notAuthorizedByToken、policyNotFound です。 |
| userName | String | このデバイスのユーザーの名前。 |
| userPrincipalName | String | ユーザー プリンシパル名。 |
| policyVersion | String | 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"
}
フィードバック
フィードバックの送信と表示