次の方法で共有


eventPropagationResult リソースの種類

名前空間: microsoft.graph.security

保持イベント作成要求の状態と、スコープが設定された場所に関する追加情報を表します。

プロパティ

プロパティ 説明
status microsoft.graph.security.eventPropagationStatus イベント作成要求の状態を示します。 使用可能な値: noneinProcessingfailedsuccessunknownFutureValue
statusInformation String イベント作成要求の状態に関する追加情報。
serviceName String イベントに関連付けられているワークロードの名前。
場所 String イベントに関連付けられているワークロード内の特定の場所の名前。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.security.eventPropagationResult",
  "serviceName": "String",
  "location": "String",
  "status": "String",
  "statusInformation": "String"
}