deviceManagementResourceAccessProfileAssignment resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

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

Entity that describes tenant level settings for derived credentials

Methods

Method Return Type Description
List deviceManagementResourceAccessProfileAssignments deviceManagementResourceAccessProfileAssignment collection List properties and relationships of the deviceManagementResourceAccessProfileAssignment objects.
Get deviceManagementResourceAccessProfileAssignment deviceManagementResourceAccessProfileAssignment Read properties and relationships of the deviceManagementResourceAccessProfileAssignment object.
Create deviceManagementResourceAccessProfileAssignment deviceManagementResourceAccessProfileAssignment Create a new deviceManagementResourceAccessProfileAssignment object.
Delete deviceManagementResourceAccessProfileAssignment None Deletes a deviceManagementResourceAccessProfileAssignment.
Update deviceManagementResourceAccessProfileAssignment deviceManagementResourceAccessProfileAssignment Update the properties of a deviceManagementResourceAccessProfileAssignment object.

Properties

Property Type Description
id String Unique identifier for the Assignments
intent deviceManagementResourceAccessProfileIntent The assignment intent for the resource access profile. Possible values are: apply, remove.
target deviceAndAppManagementAssignmentTarget The assignment target for the resource access profile.
sourceId String The identifier of the source of the assignment.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementResourceAccessProfileAssignment",
  "id": "String (identifier)",
  "intent": "String",
  "target": {
    "@odata.type": "microsoft.graph.scopeTagGroupAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String",
    "targetType": "String",
    "entraObjectId": "String"
  },
  "sourceId": "String"
}