windowsProtectionState リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
デバイス保護状態エンティティ。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | デバイス保護状態オブジェクトの一意の識別子。 これは、デバイスのデバイス ID です。 |
| malwareProtectionEnabled | Boolean | マルウェア対策が有効になっているか、有効になっていないか |
| deviceState | windowsDeviceHealthState | コンピューターの状態 (クリーンまたは保留中のフル スキャンや保留中の再起動など)。 使用可能な値: clean、fullScanPending、rebootPending、manualStepsPending、offlineScanPending、critical。 |
| realTimeProtectionEnabled | Boolean | リアルタイム保護が有効になっているか、有効になっていないか。 |
| networkInspectionSystemEnabled | ブール値 | ネットワーク検査システムが有効になっているか、有効になっていないか。 |
| quickScanOverdue | ブール値 | クイック スキャンの実行時間が過ぎたか |
| fullScanOverdue | Boolean | フル スキャンの時間が過ぎたか、 |
| signatureUpdateOverdue | Boolean | 署名が最新ではないか? |
| rebootRequired | ブール値 | 再起動が必要か、再起動しないか。 |
| fullScanRequired | Boolean | フル スキャンが必要か、 |
| engineVersion | String | 現在のエンドポイント保護エンジンのバージョン |
| signatureVersion | String | 現在のマルウェア定義のバージョン |
| antiMalwareVersion | String | 現在のマルウェア対策バージョン |
| lastQuickScanDateTime | DateTimeOffset | 最終クイック スキャンの日時 |
| lastFullScanDateTime | DateTimeOffset | 最終クイック スキャンの日時 |
| lastQuickScanSignatureVersion | String | 最後のクイック スキャン署名バージョン |
| lastFullScanSignatureVersion | String | 最後のフル スキャン署名バージョン |
| lastReportedDateTime | DateTimeOffset | 最後のデバイスの正常性状態の報告時間 |
| productStatus | windowsDefenderProductStatus | [製品の状態] Windows Defender ウイルス対策。 使用できる値は noStatus serviceNotRunning 、、 、 serviceStartedWithoutMalwareProtection 、 pendingFullScanDueToThreatAction pendingRebootDueToThreatAction pendingManualStepsDueToThreatAction avSignaturesOutOfDate asSignaturesOutOfDate noQuickScanHappenedForSpecifiedPeriod noFullScanHappenedForSpecifiedPeriod systemInitiatedScanInProgress systemInitiatedCleanInProgress samplesPendingSubmission productRunningInEvaluationMode productRunningInNonGenuineMode productExpired offlineScanRequired serviceShutdownAsPartOfSystemShutdown threatRemediationFailedCritically threatRemediationFailedNonCritically noStatusFlagsSet platformOutOfDate platformUpdateInProgress platformAboutToBeOutdated signatureOrPlatformEndOfLifeIsPastOrIsImpending です windowsSModeSignaturesInUseOnNonWin10SInstall 。 |
| isVirtualMachine | Boolean | デバイスが仮想マシンであるかどうかを示します。 |
| tamperProtectionEnabled | ブール値 | 改ざん防止機能Windows Defender有効かどうかを示します。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| detectedMalwareState | windowsDeviceMalwareState コレクション | デバイスマルウェアリスト |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsProtectionState",
"id": "String (identifier)",
"malwareProtectionEnabled": true,
"deviceState": "String",
"realTimeProtectionEnabled": true,
"networkInspectionSystemEnabled": true,
"quickScanOverdue": true,
"fullScanOverdue": true,
"signatureUpdateOverdue": true,
"rebootRequired": true,
"fullScanRequired": true,
"engineVersion": "String",
"signatureVersion": "String",
"antiMalwareVersion": "String",
"lastQuickScanDateTime": "String (timestamp)",
"lastFullScanDateTime": "String (timestamp)",
"lastQuickScanSignatureVersion": "String",
"lastFullScanSignatureVersion": "String",
"lastReportedDateTime": "String (timestamp)",
"productStatus": "String",
"isVirtualMachine": true,
"tamperProtectionEnabled": true
}
フィードバック
フィードバックの送信と表示