Class ContinuousValidationEvent (1.3.2)

ContinuousValidationEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an auditing event from Continuous Validation.

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
pod_event google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.ContinuousValidationPodEvent
Pod event. This field is a member of `oneof`_ ``event_type``.
unsupported_policy_event google.cloud.binaryauthorization_v1beta1.types.ContinuousValidationEvent.UnsupportedPolicyEvent
Unsupported policy event. This field is a member of `oneof`_ ``event_type``.

Inheritance

builtins.object > proto.message.Message > ContinuousValidationEvent

Classes

ContinuousValidationPodEvent

ContinuousValidationPodEvent(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

An auditing event for one Pod.

UnsupportedPolicyEvent

UnsupportedPolicyEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An event describing that the project policy is unsupported by CV.