Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpressionEvaluationDetails

Package version

Evaluation details of policy language expressions.

Hierarchy

  • ExpressionEvaluationDetails

Index

Properties

Optional expression

expression: undefined | string

Expression evaluated.

Optional expressionKind

expressionKind: undefined | string

The kind of expression that was evaluated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional expressionValue

expressionValue: Record<string, unknown>

Value of the expression.

Optional operator

operator: undefined | string

Operator to compare the expression value and the target value.

Optional path

path: undefined | string

Property path if the expression is a field or an alias.

Optional result

result: undefined | string

Evaluation result.

Optional targetValue

targetValue: Record<string, unknown>

Target value to be compared with the expression value.

Generated using TypeDoc