EventFilterRule
Describes an Event Filter Rule
Properties
- name(string): Name of this Event Filter.
- displayName(string): Display Name of the Filter.
- fullyQualifiedName: FullyQualifiedName in the form- eventSubscription.eventFilterRuleName. Refer to ../type/basic.json#/definitions/fullyQualifiedEntityName.
- description: Description of the Event Filter Rule. Refer to ../type/basic.json#/definitions/markdown.
- effect: Refer to #/definitions/effect.
- condition: Expression in SpEL used for matching of a- Rulebased on entity, resource, and environmental attributes. Refer to ../type/basic.json#/definitions/expression.
- arguments(array): Arguments to the Condition.- Items (string)
 
- inputType(string): Must be one of:- ['static', 'runtime', 'none'].
- prefixCondition: Prefix Condition to be applied to the Condition. Refer to #/definitions/prefixCondition.
Definitions
- effect(string): Must be one of:- ['include', 'exclude']. Default:- include.
- prefixCondition(string): Prefix Condition to be applied to the Condition. Must be one of:- ['AND', 'OR']. Default:- AND.
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.