-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathipam-reader-role.json
More file actions
28 lines (28 loc) · 1.05 KB
/
ipam-reader-role.json
File metadata and controls
28 lines (28 loc) · 1.05 KB
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
26
27
28
{
"Name": "IPAM Reader",
"Description": "Read-only access for Azure IP Address Management tool",
"Actions": [
"Microsoft.Network/publicIPAddresses/read",
"Microsoft.Network/virtualNetworks/read",
"Microsoft.Network/virtualNetworks/subnets/read",
"Microsoft.Network/networkInterfaces/read",
"Microsoft.Network/loadBalancers/read",
"Microsoft.Network/applicationGateways/read",
"Microsoft.Network/privateLinkServices/read",
"Microsoft.Network/privateEndpoints/read",
"Microsoft.Network/natGateways/read",
"Microsoft.Network/firewallPolicies/read",
"Microsoft.Network/bastionHosts/read",
"Microsoft.Compute/virtualMachines/read",
"Microsoft.Resources/subscriptions/read",
"Microsoft.Resources/subscriptions/resourceGroups/read",
"Microsoft.Insights/eventtypes/values/read",
"Microsoft.ResourceGraph/resources/read"
],
"NotActions": [],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"/providers/Microsoft.Management/managementGroups/<YOUR-MANAGEMENT-GROUP-ID-OR-TENANT-ID>"
]
}