FiltersConfiguration Class
Filters configuration for the Event Subscription.
Constructor
FiltersConfiguration(*, included_event_types: List[str] | None = None, filters: List[_models.Filter] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
included_event_types
|
A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. Default value: None
|
|
filters
|
An array of filters that are used for filtering event subscriptions. Default value: None
|
Variables
| Name | Description |
|---|---|
|
included_event_types
|
A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null. |
|
filters
|
An array of filters that are used for filtering event subscriptions. |