| title | expressionEvaluationDetails resource type |
|---|---|
| description | Represents the expression details, result, and property details. |
| ms.localizationpriority | medium |
| author | yuhko-msft |
| ms.reviewer | mbhargav, khotzteam, aadgroupssg |
| ms.subservice | entra-groups |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the expression details, result, and property details.
| Property | Type | Description |
|---|---|---|
| expression | String | Represents expression which has been evaluated. |
| expressionEvaluationDetails | expressionEvaluationDetails collection | Represents the details of the evaluation of the expression. |
| expressionResult | Boolean | Represents the value of the result of the current expression. |
| propertyToEvaluate | propertyToEvaluate | Defines the name of the property and the value of that property. |
The following JSON representation shows the resource type.
{
"expression": "String",
"expressionEvaluationDetails": [
{ "@odata.type": "microsoft.graph.expressionEvaluationDetails" }
],
"expressionResult": true,
"propertyToEvaluate": { "@odata.type": "microsoft.graph.propertyToEvaluate" }
}