cusom roles for locks

This commit is contained in:
Jurjen Ladenius
2023-03-23 09:40:33 +01:00
parent 7a1cc5b4c2
commit 37987b50cf
11 changed files with 87 additions and 42 deletions

View File

@@ -0,0 +1,14 @@
{
"Id": "f784dbe5-17a9-4d5b-a2d2-baec97b906dd",
"Name": "Resource Lock Administrator",
"Description": "Allows for reading, editing and deleting resource locks.",
"Actions": [
"Microsoft.Authorization/locks/*"
],
"NotActions": [],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"/providers/Microsoft.Management/managementGroups/e9792fd7-4044-47e7-a40d-3fba46f1cd09"
]
}