deviceAndAppManagementAssignedRoleDetails 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.
The set of Role Definitions and Role Assignments assigned to a user.
Properties
Property | Type | Description |
---|---|---|
roleDefinitionIds | String collection | Role Definition IDs for the specifc Role Definitions assigned to a user. This property is read-only. |
roleAssignmentIds | String collection | Role Assignment IDs for the specifc Role Assignments assigned to a user. This property is read-only. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceAndAppManagementAssignedRoleDetails",
"roleDefinitionIds": [
"String"
],
"roleAssignmentIds": [
"String"
]
}