IntuneManagement
IntuneManagement copied to clipboard
Request: Support Properties Catalog Policy Type
So the new Enhanced Hardware Inventory "Properties Catalog" policy type is now beginning to appear in production tenants, and they exist within at /beta/deviceManagement/inventoryPolicies.
It'd be great to be able to export/import these.
I'm having trouble identifying what graph permissions it's using as it just gives me a 403 even though I've given myself everything necessary in the decoded JWT, but your knowledge of API's may fare better than mine :)
Hello,
I'll have a look. I can't see it my tenant yet. Should show up soon though.
Cheers!
Hello,
It's available in my tenant now but I can't find the permissions. There is no documentation for the API. I expect this to require same permissions as Settings Catalog. I've seen similar issues before when releasing new APIs. Takes some time for them to be released as accessible outside the portal.
I'll keep checking.
Cheers!
It uses the DeviceManagementConfiguration.ReadWrite.All delegated scope, but the app scope isn't supported (yet?). Docs were added then later removed, so the interface might not be stable yet
Thet scope is used on 18 of the APIs. My guess is that they don't allow that API for public IPs yet. I've added it to the code, but it is not working.
Cheers!