cloudPcProvisioningPolicyAssignment resource type
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.
Represents a defined collection of provisioning policy assignments.
Properties
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. |
Relationships
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 . |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcProvisioningPolicyAssignment",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.cloudPcManagementGroupAssignmentTarget",
"groupId": "String"
}
}