Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.14 KB

intune-onboarding-compliancemanagementpartnerassignment.md

File metadata and controls

41 lines (34 loc) · 1.14 KB
title description author localization_priority ms.subservice doc_type
complianceManagementPartnerAssignment resource type
User group targeting for Compliance Management Partner
jaiprakashmb
Normal
intune
resourcePageType

complianceManagementPartnerAssignment resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

User group targeting for Compliance Management Partner

Properties

Property Type Description
target deviceAndAppManagementAssignmentTarget Group assignment target.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.complianceManagementPartnerAssignment",
  "target": {
    "@odata.type": "microsoft.graph.configurationManagerCollectionAssignmentTarget",
    "collectionId": "String"
  }
}