SimulateSecurityHealthAnalyticsCustomModuleResponse

Response message for simulating a SecurityHealthAnalyticsCustomModule against a given resource.

JSON representation
{ "result": { object (SimulatedResult) } }
Fields
result

object (SimulatedResult)

Result for test case in the corresponding request.

SimulatedResult

Possible test result.

JSON representation
{ // 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. }
Fields
Union field result. The result of the simulation. result can be only one of the following:
finding

object (Finding)

Finding that would be published for the test case, if a violation is detected.

noViolation

object

Indicates that the test case does not trigger any violation.

error

object (Status)

Error encountered during the test.