Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 are allowed as requestor, approver, or reviewer, who are the members of a specific group.
In entitlement management, this subtype can be configured in:
- allowedRequestors property of requestorSettings
- primaryApprovers and escalationApprovers properties of approvalStage and accessPackageDynamicApprovalStage
- primaryApprovers, fallbackPrimaryApprovers, escalationApprovers, and fallbackEscalationApprovers properties of accessPackageApprovalStage
- reviewers property of assignmentReviewSettings for an accessPackageAssignmentPolicy
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The ID of the group in Microsoft Entra ID. |
| description | String | The name of the group in Microsoft Entra ID. Read-only. |
| isBackup | Boolean | For groupMembers in an approval stage, this property indicates that the group members are a backup fallback approver. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"description": "String",
"isBackup": false
}