ProfileSimpleExpression
ProfileSimpleExpression
DataObject represents a pre-defined expression
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"id": "string",
"displayName": "string",
"negated": false,
"expressionType": "string",
"parameter": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
]
}
string
expressionType
Required
Type of the simple expression to instantiate.
The expressionType should be derived from the available expressions as listed in the metadata.
array of KeyAnyValue
parameter
Optional
The parameters for the expressionType.
The list of parameters needed for a simple expression can be obtained from the metadata.