mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
21 lines
605 B
JSON
21 lines
605 B
JSON
{
|
|
"properties": {
|
|
"roleName": "ProwlerRole",
|
|
"description": "Role used for checks that require read-only access to Azure resources and are not covered by the Reader role.",
|
|
"assignableScopes": [
|
|
"/{'subscriptions', 'providers/Microsoft.Management/managementGroups'}/{Your Subscription or Management Group ID}"
|
|
],
|
|
"permissions": [
|
|
{
|
|
"actions": [
|
|
"Microsoft.Web/sites/host/listkeys/action",
|
|
"Microsoft.Web/sites/config/list/Action"
|
|
],
|
|
"notActions": [],
|
|
"dataActions": [],
|
|
"notDataActions": []
|
|
}
|
|
]
|
|
}
|
|
}
|