roleAssignmentScopeType enum 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.
Specifies the type of scope for a Role Assignment.
Members
Member | Value | Description |
---|---|---|
resourceScope | 0 | Allow assignments to the specified ResourceScopes. |
allDevices | 1 | Allow assignments to all Intune devices. |
allLicensedUsers | 2 | Allow assignments to all Intune licensed users. |
allDevicesAndLicensedUsers | 3 | Allow assignments to all Intune devices and licensed users. |