sensorMigration リソースの種類

名前空間: microsoft.graph.security

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

クラシック ポータルから統合セキュリティ ポータルに移行できる Microsoft Defender for Identity センサーを表します。

microsoft.graph.entity から継承します。

メソッド

メソッド 戻り値の種類 説明
List microsoft.graph.security.sensorMigration コレクション sensorMigration オブジェクトとそのプロパティの一覧を取得します。
移行 microsoft.graph.security.migrateSensorsResult 指定したセンサーを統合セキュリティ ポータルに移行します。

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset センサーが作成された日時。
displayName 文字列 センサーの表示名。
domainName 文字列 センサーがインストールされているドメイン コントローラーの完全修飾ドメイン名 (FQDN)。
healthStatus microsoft.graph.security.sensorHealthStatus センサーの正常性状態。 使用可能な値: healthynotHealthyLownotHealthyMediumnotHealthyHighunknownFutureValue
id 文字列 センサーの一意の識別子。 microsoft.graph.entity から継承されます。
migrationState microsoft.graph.security.migrationState センサーの移行状態。 使用可能な値: readyForMigrationnotReadyForMigrationupToDatemigrationFailedmigratingunknownFutureValue
sensorType microsoft.graph.security.sensorType センサーの種類。 使用可能な値: adConnectIntegratedadcsIntegratedadfsIntegrateddomainControllerIntegrateddomainControllerStandaloneunknownFutureValue
serviceStatus microsoft.graph.security.serviceStatus センサー サービスの状態。 使用可能な値: stoppedstartingrunningdisabledonboardingunknownunknownFutureValue
version 文字列 センサー ソフトウェアのバージョン番号。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.sensorMigration",
  "id": "String (identifier)",
  "displayName": "String",
  "sensorType": "String",
  "version": "String",
  "createdDateTime": "String (timestamp)",
  "domainName": "String",
  "healthStatus": "String",
  "serviceStatus": "String",
  "migrationState": "String"
}