Hi,
Microsoft.Graph.Identity.Governance
I am not sure if I am doing something wrong, or whether there is an issue, but I am unable to retrieve the role details for my catalog resources.
I have 7 resources assigned to my catalog, but if I run the below command I am only seeing two results, member and owner roles for one resource
Get-MgEntitlementManagementCatalogResourceRole -AccessPackageCatalogId xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -Filter "(originSystem eq 'AadGroup')"
I am expecting to see the role details for the resources in the catalog
I have tried filtering for the specific ResourceId, but the only way I can retrieve any result is if I use the ResourceId for the only result that was returned previously
I have also tried an Invoke-GraphRequest with "Invoke-GraphRequest -Method GET "https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/catalogs/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceRoles?$filter=(originSystem eq 'AadGroup')&
$expand=resource"" TNA
Hope you can help as going around in circles
Mark