windowsProtectionState リソースの種類

名前空間: microsoft.graph

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

デバイス保護状態エンティティ。

メソッド

メソッド 戻り値の型 説明
windowsProtectionState を取得する windowsProtectionState windowsProtectionState オブジェクトのプロパティとリレーションシップを読み取ります。
WindowsProtectionState を更新する windowsProtectionState windowsProtectionState オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String デバイス保護状態オブジェクトの一意の識別子。 これはデバイスのデバイス ID です
malwareProtectionEnabled ブール型 FALSE がマルウェア対策が有効になっていない場合、TRUE がマルウェア対策が有効であることを示す場合。
deviceState windowsDeviceHealthState デバイスの正常性状態を示します。 使用可能な値は、クリーン、fullScanPending、rebootPending、manualStepsPending、offlineScanPending、critical です。 使用可能な値: cleanfullScanPendingrebootPendingmanualStepsPendingofflineScanPendingcritical
realTimeProtectionEnabled ブール型 TRUE がリアルタイム保護が有効であることを示す場合、FALSE がリアルタイム保護が有効になっていない場合。 クライアント デバイスでの設定を既定値にします。
networkInspectionSystemEnabled ブール型 TRUE がネットワーク検査システムが有効であることを示す場合、FALSE の場合はネットワーク検査システムが有効になっていないことが示されます。 クライアント デバイスでの設定を既定値にします。
quickScanOverdue ブール型 TRUE がクイック スキャンが期限切れであることを示す場合、FALSE はクイック スキャンが期限切れではないことを示します。 クライアント デバイスでの設定を既定値にします。
fullScanOverdue ブール型 TRUE が完全スキャンが期限切れであることを示す場合、FALSE は完全スキャンが期限切れではないことを示します。 クライアント デバイスでの設定を既定値にします。
signatureUpdateOverdue ブール型 TRUE が署名が古くなっている場合、FALSE が署名が古いではないことを示す場合。 クライアント デバイスでの設定を既定値にします。
rebootRequired ブール型 TRUE が再起動が必要であることを示す場合、FALSE は再起動が必要ないことを示す TRUE を示します。 クライアント デバイスでの設定を既定値にします。
fullScanRequired ブール型 TRUE がフル スキャンが必要であることを示す場合、FALSE はフル スキャンが必要ないことを示します。 クライアント デバイスでの設定を既定値にします。
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, productRunningInEvaluationMode, productRunningInEvaluationMode, productRunningInNonGenuineMode、productExpired、offlineScanRequired、serviceShutdownAsPartOfSystemShutdown、threatRemediationFailedCritically、threatRemediationFailedNonCritically、noStatusFlagsSet、platformOutOfDate、platformUpdateInProgress、platformAboutToBeOutdated、signatureOrPlatformEndOfLifeIsPastOrIsImpending、windowsSModeSignaturesInUseOnWin10SInstall。 使用できる値は、noStatus、、、serviceStartedWithoutMalwareProtectionpendingFullScanDueToThreatAction、、pendingRebootDueToThreatActionpendingManualStepsDueToThreatActionavSignaturesOutOfDateasSignaturesOutOfDate、、noQuickScanHappenedForSpecifiedPeriodnoFullScanHappenedForSpecifiedPeriodproductRunningInNonGenuineModeplatformUpdateInProgresssystemInitiatedCleanInProgressproductExpiredsystemInitiatedScanInProgressofflineScanRequiredsamplesPendingSubmissionproductRunningInEvaluationModenoStatusFlagsSetplatformOutOfDateserviceShutdownAsPartOfSystemShutdownthreatRemediationFailedCriticallythreatRemediationFailedNonCriticallyplatformAboutToBeOutdatedwindowsSModeSignaturesInUseOnNonWin10SInstallsignatureOrPlatformEndOfLifeIsPastOrIsImpendingです。 serviceNotRunning
isVirtualMachine ブール型 TRUE がデバイスが仮想マシンであることを示す場合、FALSE はデバイスが仮想マシンではないことを示します。 クライアント デバイスでの設定を既定値にします。
tamperProtectionEnabled ブール型 TRUE の場合、Windows Defender改ざん防止機能が有効になっていることを示します。FALSE の場合は、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
}