Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.22 KB

File metadata and controls

40 lines (35 loc) · 1.22 KB
title description author ms.localizationpriority ms.subservice doc_type ms.date
groupMembers resource type
Identifies a collection of users in the tenant who are allowed as requestor, approver, or reviewer.
markwahl-msft
medium
entra-id-governance
resourcePageType
10/04/2024

groupMembers resource type

Namespace: microsoft.graph

Used in the request, approval, and assignment review settings of an access package assignment policy. The @odata.type value #microsoft.graph.groupMembers indicates that this type identifies a collection of users in the tenant who will be allowed as requestor, approver, or reviewer, who are the members of a specific group.

Properties

Property Type Description
description String The name of the group in Microsoft Entra ID. Read only.
groupId String The ID of the group in Microsoft Entra ID.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.groupMembers",
  "groupId": "String",
  "description": "String"
}