FormCondition
Import this model from the entry point of its package:
import { FormCondition } from '@sailpoint/angular-sdk/custom_forms';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ruleOperator | (optional) string | ConditionRuleLogicalOperatorType value. AND ConditionRuleLogicalOperatorTypeAnd OR ConditionRuleLogicalOperatorTypeOr | [default to undefined] |
| rules | (optional) Array<ConditionRule> | List of rules. | [default to undefined] |
| effects | (optional) Array<ConditionEffect> | List of effects. | [default to undefined] |