SimulatedResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Possible test result.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
finding |
google.cloud.securitycenter_v1.types.Finding
Finding that would be published for the test case, if a violation is detected. This field is a member of oneof _ result .
|
no_violation |
google.protobuf.empty_pb2.Empty
Indicates that the test case does not trigger any violation. This field is a member of oneof _ result .
|
error |
google.rpc.status_pb2.Status
Error encountered during the test. This field is a member of oneof _ result .
|