-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
ARMGraphService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.
Description
Hello,
I had this problem Stack Overflow
Short story: I was trying to list Users/Groups which are assigned to role in Application
and thanks to @lmazuel I was able to resolve the issue at least partially.
It turned out that Navigation properties are missing from sdk azure-graphrbac
.
According to the (terrible) documentation Azure AD Graph API Resource Path
every resource has Navigation properties /{resource_collection}/{resource_id}/{property_name}
In my case it was
{tenant_id}/servicePrincipals/{service_principal_id}/appRoleAssignedTo/
where appRoleAssignedTo
is the navigation property name.
Metadata
Metadata
Assignees
Labels
ARMGraphService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.feature-requestThis issue requires a new behavior in the product in order be resolved.This issue requires a new behavior in the product in order be resolved.