Class SimulatedResult (1.31.0)

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

NameDescription
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.