Skip to main content

Expression

Import this model from the entry point of its package:

import { Expression } from '@sailpoint/angular-sdk/segments';

Properties

NameTypeDescriptionNotes
operator(optional) stringOperator for the expression[default to undefined]
attribute(optional) stringName for the attribute[default to undefined]
value(optional) Value[default to undefined]
children(optional) Array<ExpressionChildrenInner>List of expressions[default to undefined]