Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.1 KB

File metadata and controls

61 lines (49 loc) · 2.1 KB
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

expressionEvaluationDetails resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the expression details, result, and property details.

Properties

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.

JSON representation

The following JSON representation shows the resource type.

{
  "expression": "String",
  "expressionEvaluationDetails": [
    { "@odata.type": "microsoft.graph.expressionEvaluationDetails" }
  ],
  "expressionResult": true,
  "propertyToEvaluate": { "@odata.type": "microsoft.graph.propertyToEvaluate" }
}