-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCustomRole.json
More file actions
25 lines (25 loc) · 868 Bytes
/
CustomRole.json
File metadata and controls
25 lines (25 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"assignableScopes": [
"/subscriptions/enter-subscription-id-here"
],
"description": "Grants full access to manage all resources, including assigning identitry to an app, but does not allow us to remove the identity, manage assignments in Azure Blueprints, or share image galleries.",
"name": "Custom SQL Demo Contributor Role",
"permissions": [
{
"actions": [
"*"
],
"dataActions": [],
"notActions": [
"Microsoft.Authorization/*/Delete",
"Microsoft.Authorization/elevateAccess/Action",
"Microsoft.Blueprint/blueprintAssignments/write",
"Microsoft.Blueprint/blueprintAssignments/delete",
"Microsoft.Compute/galleries/share/action"
],
"notDataActions": []
}
],
"roleName": "Custom SQL Demo Contributor",
"type": "Microsoft.Authorization/roleDefinitions"
}