ProcessRule interface
Process Rule Response.
- Extends
Properties
customization |
Indicates if the rule is system generated or created by user. |
id | Id to uniquely identify the rule. |
url | Resource Url. |
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
customizationType
Indicates if the rule is system generated or created by user.
customizationType: CustomizationType
Property Value
id
Id to uniquely identify the rule.
id: string
Property Value
string
url
Resource Url.
url: 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