Values for Azure (Entra ID) Role attribute rolePermissions

8.3p3

The Azure Active Directory Connector documentation specifies an attribute “rolePermissions” for a Role but doesn’t give any suggestions or where to look (if the doc is from Microsoft) for acceptable values.

Does anyone know where to find these (and how to specify them? e.g. comma separated or ??)

-Phil

it should like below
{
"roleName": "testRole",
"rolePermission"; [ "RoleManagement.ReadWrite.Directory", 
 "Directory.Read.All", "User.ReadWrite.All", "Group.ReadWrite.All"]}


Link for documentation : Azure Active Directory Role Management