Expression
Import this model from the entry point of its package:
import { Expression } from '@sailpoint/angular-sdk/segments';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| operator | (optional) string | Operator for the expression | [default to undefined] |
| attribute | (optional) string | Name for the attribute | [default to undefined] |
| value | (optional) Value | [default to undefined] | |
| children | (optional) Array<ExpressionChildrenInner> | List of expressions | [default to undefined] |