Skip to main content

FormCondition

Import this model from the entry point of its package:

import { FormCondition } from '@sailpoint/angular-sdk/custom_forms';

Properties

NameTypeDescriptionNotes
ruleOperator(optional) stringConditionRuleLogicalOperatorType 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]