Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Support Properties Catalog Policy Type #287

Open
SkipToTheEndpoint opened this issue Dec 10, 2024 · 4 comments
Open

Request: Support Properties Catalog Policy Type #287

SkipToTheEndpoint opened this issue Dec 10, 2024 · 4 comments

Comments

@SkipToTheEndpoint
Copy link

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 :)

@Micke-K
Copy link
Owner

Micke-K commented Dec 10, 2024

Hello,

I'll have a look. I can't see it my tenant yet. Should show up soon though.

Cheers!

@Micke-K
Copy link
Owner

Micke-K commented Dec 12, 2024

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!

@pl4nty
Copy link

pl4nty commented Dec 16, 2024

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

@Micke-K
Copy link
Owner

Micke-K commented Dec 16, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants