-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdns-record-contributor.json
27 lines (27 loc) · 1.13 KB
/
dns-record-contributor.json
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
{
"id": "/subscriptions/e3766980-3db3-4faf-bedc-fbe28ae2b58f/providers/Microsoft.Authorization/roleDefinitions/05dee275-8408-452b-83e7-a3bba9e2fae0",
"properties": {
"roleName": "DNS Record Contributor",
"description": "Add or update DNS records within a pre-existing DNS zone",
"assignableScopes": [
"/subscriptions/e3766980-3db3-4faf-bedc-fbe28ae2b58f"
],
"permissions": [
{
"actions": [
"Microsoft.Network/dnszones/*/read",
"Microsoft.Network/dnszones/*/write",
"Microsoft.Network/dnsoperationresults/read",
"Microsoft.Network/dnsoperationstatuses/read",
"Microsoft.Network/privateDnsZones/*/read",
"Microsoft.Network/privateDnsZones/*/write",
"Microsoft.Network/privateDnsOperationResults/read",
"Microsoft.Network/privateDnsOperationStatuses/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}