An API that connects multiple Microsoft services, enabling data access and automation across platforms
Not getting '@odata.type' fields in resposne while fetching App Protection policies
Hi, I am making below api calls to fetch the list of app protection policies in a tenant:
Android: https://graph.microsoft.com/beta/deviceAppManagement/androidManagedAppProtections
IOS: https://graph.microsoft.com/beta/deviceAppManagement/iosManagedAppProtections
Windows: https://graph.microsoft.com/beta/deviceAppManagement/mdmWindowsInformationProtectionPolicies
In the response, I am getting the response correctly. But i am not getting '@odata.type' field that tells me what type of policy that is.
Is this intentional or a bug? Also please mention if there is any workaround to get this specific field.
Thank you.