| title | cloudPcEntraGroupDetail resource type |
|---|---|
| description | Represents the Microsoft Entra group details (for example, ID and display name) for the Entra ID group associated with a user's Reserve Cloud PC assignment. |
| author | bert589998 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 08/11/2025 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the Microsoft Entra group details (for example, ID and display name) for the Entra ID group associated with a user's Reserve Cloud PC assignment.
| Property | Type | Description |
|---|---|---|
| groupDisplayName | String | The display name of the Microsoft Entra ID group. Read-only. |
| groupId | String | The unique identifier (GUID) of the Microsoft Entra ID group. Read-only. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcEntraGroupDetail",
"groupDisplayName": "String",
"groupId": "String"
}