I use a mdm server with 3 domains. Therefore I also have 3 global access policies every one off them connected to 1 domain.
I found an api call to find the name of the global-access-policies : mgmt_cli show global-assignments limit 50 offset 0 details-level "full" --format json -s id.txt
But now I want to know to which (one or more) local domain policy the global-access-policy is assigned. Because in our case, not every domain policy will have the global policy assigned. Is there a way to get this information through an api call ?
Regards,
Mark