- RoleManagement.ReadWrite.Directory
Edges
AZMGGrantRole
This edge is created during post-processing.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
This edge is created during post-processing.
$MGToken = Get-MSGraphTokenWithClientCredentials `
-ClientID "34c7f844-b6d7-47f3-b1b8-720e0ecba49c" `
-ClientSecret "asdf..." `
-TenantName "contoso.onmicrosoft.com"
New-EntraRoleAssignment `
-PrincipalID "6b6f9289-fe92-4930-a331-9575e0a4c1d8" `
-RoleDefinitionId "62e90394-69f5-4237-9190-012177145e10" `
-Token $MGToken