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)

测试期间出错。