Skip to content

Latest commit

 

History

History
59 lines (47 loc) · 3.29 KB

File metadata and controls

59 lines (47 loc) · 3.29 KB
title evaluateDynamicMembershipResult resource type
description Represents the result of membership evaluation.
ms.localizationpriority medium
author yuhko-msft
ms.reviewer mbhargav, khotzteam, aadgroupssg
ms.subservice entra-groups
doc_type resourcePageType
ms.date 03/21/2024

evaluateDynamicMembershipResult resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the result of membership evaluation.

Properties

Property Type Description
membershipRule String If a group ID is provided, the value is the membership rule for the group. If a group ID isn't provided, the value is the membership rule that was provided as a parameter. For more information, see Dynamic membership rules for groups in Microsoft Entra ID.
membershipRuleEvaluationDetails expressionEvaluationDetails Provides a detailed analysis of the membership evaluation result.
membershipRuleEvaluationResult Boolean The value is true if the user or device is a member of the group. The value can also be true if a membership rule was provided and the user or device passes the rule evaluation; otherwise false.

JSON representation

The following JSON representation shows the resource type.

{
  "membershipRule": "String",
  "membershipRuleEvaluationDetails": {
    "@odata.type": "microsoft.graph.expressionEvaluationDetails"
  },
  "membershipRuleEvaluationResult": true
}