13 lines
322 B
PHP
13 lines
322 B
PHP
<?php
|
|
|
|
return [
|
|
'permissions' => [
|
|
[
|
|
'key' => 'RoleManagement.Read.Directory',
|
|
'type' => 'application',
|
|
'description' => 'Read directory role definitions and assignments for Entra admin roles evidence.',
|
|
'features' => ['entra-admin-roles'],
|
|
],
|
|
],
|
|
];
|