mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
21 lines
492 B
JSON
21 lines
492 B
JSON
{
|
|
"properties": {
|
|
"roleName": "ProwlerRole",
|
|
"description": "",
|
|
"assignableScopes": [
|
|
"/providers/Microsoft.Management/managementGroups/<name_management_group> or /subscriptions/<subscription_id>"
|
|
],
|
|
"permissions": [
|
|
{
|
|
"actions": [
|
|
"Microsoft.Web/sites/host/listkeys/action",
|
|
"Microsoft.Web/sites/config/list/Action"
|
|
],
|
|
"notActions": [],
|
|
"dataActions": [],
|
|
"notDataActions": []
|
|
}
|
|
]
|
|
}
|
|
}
|