UpdateProcessRuleRequest interface
Request class/object to update the rule.
- Extends
Properties
| id | Id to uniquely identify the rule. |
Inherited Properties
| actions | List of actions to take when the rule is triggered. |
| conditions | List of conditions when the rule should be triggered. |
| is |
Indicates if the rule is disabled. |
| name | Name for the rule. |
Property Details
id
Id to uniquely identify the rule.
id: string
Property Value
string
Inherited Property Details
actions
List of actions to take when the rule is triggered.
actions: RuleAction[]
Property Value
Inherited From CreateProcessRuleRequest.actions
conditions
List of conditions when the rule should be triggered.
conditions: RuleCondition[]
Property Value
Inherited From CreateProcessRuleRequest.conditions
isDisabled
Indicates if the rule is disabled.
isDisabled: boolean
Property Value
boolean
Inherited From CreateProcessRuleRequest.isDisabled