roleScopeTag 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.
Role Scope Tag
Methods
Method | Return Type | Description |
---|---|---|
List roleScopeTags | roleScopeTag collection | List properties and relationships of the roleScopeTag objects. |
Get roleScopeTag | roleScopeTag | Read properties and relationships of the roleScopeTag object. |
Create roleScopeTag | roleScopeTag | Create a new roleScopeTag object. |
Delete roleScopeTag | None | Deletes a roleScopeTag. |
Update roleScopeTag | roleScopeTag | Update the properties of a roleScopeTag object. |
assign action | roleScopeTagAutoAssignment collection | |
getRoleScopeTagsById action | roleScopeTag collection | |
hasCustomRoleScopeTag function | Boolean |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. This is read-only and automatically generated. This property is read-only. |
displayName | String | The display or friendly name of the Role Scope Tag. |
description | String | Description of the Role Scope Tag. |
isBuiltIn | Boolean | Description of the Role Scope Tag. This property is read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | roleScopeTagAutoAssignment collection | The list of assignments for this Role Scope Tag. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.roleScopeTag",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"isBuiltIn": true
}