SecurityInsightsAutomationRuleTriggeringLogic Class

Definition

Describes automation rule triggering logic.

public class SecurityInsightsAutomationRuleTriggeringLogic
type SecurityInsightsAutomationRuleTriggeringLogic = class
Public Class SecurityInsightsAutomationRuleTriggeringLogic
Inheritance
SecurityInsightsAutomationRuleTriggeringLogic

Constructors

SecurityInsightsAutomationRuleTriggeringLogic(Boolean, TriggersOn, TriggersWhen)

Initializes a new instance of SecurityInsightsAutomationRuleTriggeringLogic.

Properties

Conditions

The conditions to evaluate to determine if the automation rule should be triggered on a given object. Please note SecurityInsightsAutomationRuleCondition is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SecurityInsightsPropertyConditionProperties, SecurityInsightsPropertyArrayChangedConditionProperties and SecurityInsightsPropertyChangedConditionProperties.

ExpireOn

Determines when the automation rule should automatically expire and be disabled.

IsEnabled

Determines whether the automation rule is enabled or disabled.

TriggersOn

Gets or sets the triggers on.

TriggersWhen

Gets or sets the triggers when.

Applies to