Response message for simulating a SecurityHealthAnalyticsCustomModule against a given resource.
| JSON representation |
|---|
{
"result": {
object ( |
| Fields | |
|---|---|
result |
Result for test case in the corresponding request. |
SimulatedResult
Possible test result.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field result. The result of the simulation. result can be only one of the following: |
|
finding |
Finding that would be published for the test case, if a violation is detected. |
noViolation |
Indicates that the test case does not trigger any violation. |
error |
Error encountered during the test. |