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 ??)
it should like below
{
"roleName": "testRole",
"rolePermission"; [ "RoleManagement.ReadWrite.Directory",
"Directory.Read.All", "User.ReadWrite.All", "Group.ReadWrite.All"]}