Class StreamingConfig (1.11.0)

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

The config for streaming-based notifications, which send each event as soon as it is detected.

Attribute

NameDescription
filter str
Expression that defines the filter to apply across create/update events of assets or findings as specified by the event type. The expression is a list of zero or more restrictions combined via logical operators ``AND`` and ``OR``. Parentheses are supported, and ``OR`` has higher precedence than ``AND``. Restrictions have the form ``

Inheritance

builtins.object > proto.message.Message > StreamingConfig