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 formeventSubscription.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 aRule
based 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-01-15 09:05:25.266839+00:00.