roleScopeTagAutoAssignment 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.

Contains the properties for auto-assigning a Role Scope Tag to a group to be applied to Devices.

Methods

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

Properties

Property Type Description
id String Key of the entity. This property is read-only.
target deviceAndAppManagementAssignmentTarget The auto-assignment target for the specific Role Scope Tag.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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