| title | cloudPcProvisioningPolicyAssignment resource type |
|---|---|
| description | CloudPC provisioning policy assignments |
| author | AshleyYangSZ |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 03/06/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a defined collection of provisioning policy assignments.
| Property | Type | Description |
|---|---|---|
| id | String | Unique Identifier for the provisioning policy assignment. Read-only. If target is a user group, then the ID is shown as {policyId_groupId}. |
| target | cloudPcManagementAssignmentTarget | The assignment target for the provisioning policy. Currently, the only target supported for this policy is a user group. For details, see cloudPcManagementGroupAssignmentTarget. |
| Relationship | Type | Description |
|---|---|---|
| assignedUsers | user collection | The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. This property is read-only. Supports $expand. |
| userSettingsPersistenceDetail | cloudPCUserSettingsPersistenceDetail | The assignment targeted user settings persistence for the provisioning policy. It allows user application data and Windows settings to be saved and applied between sessions. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcProvisioningPolicyAssignment",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.cloudPcManagementGroupAssignmentTarget",
"groupId": "String"
}
}