cloudPcProvisioningPolicyAssignment resource type

Namespace: microsoft.graph

Represents a defined collection of provisioning policy assignments.

Inherits from entity.

Properties

Property Type Description
id String Unique identifier for the provisioning policy assignment. If target is a user group, then the ID is shown as {policyId_groupId}. Read-only. Inherited from entity.
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. 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"}
}