SimulateSecurityHealthAnalyticsCustomModuleResponse

特定のリソースに対して SecurityHealthAnalyticsCustomModule をシミュレートするためのレスポンス メッセージ。

JSON 表現
{
  "result": {
    object (SimulatedResult)
  }
}
フィールド
result

object (SimulatedResult)

対応するリクエストのテストケースの結果。

SimulatedResult

考えられるテスト結果。

JSON 表現
{

  // Union field result can be only one of the following:
  "finding": {
    object (Finding)
  },
  "noViolation": {
    object
  },
  "error": {
    object (Status)
  }
  // End of list of possible types for union field result.
}
フィールド

共用体フィールド result

result は次のいずれかになります。

finding

object (Finding)

違反が検出された場合に、テストケースに対して公開される検出結果。

noViolation

object

テストケースで違反が発生しないことを示します。

error

object (Status)

テスト中にエラーが発生しました。