-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBastionJitVmAccess.json
More file actions
26 lines (26 loc) · 992 Bytes
/
BastionJitVmAccess.json
File metadata and controls
26 lines (26 loc) · 992 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
26
{
"properties": {
"roleName": "Bastion VM Access",
"description": "Grants the necessary reader access connect to virtual machines via a Bastion Host, including the ability to make JIT requests.",
"assignableScopes": [],
"permissions": [
{
"actions": [
"Microsoft.Security/locations/jitNetworkAccessPolicies/initiate/action",
"Microsoft.Security/locations/jitNetworkAccessPolicies/read",
"Microsoft.Security/policies/read",
"Microsoft.Compute/virtualMachines/read",
"Microsoft.Network/virtualNetworks/read",
"Microsoft.Network/networkInterfaces/read",
"Microsoft.Network/bastionHosts/read",
"Microsoft.Network/networkWatchers/write",
"Microsoft.Network/networkWatchers/read",
"Microsoft.Network/networkWatchers/networkConfigurationDiagnostic/read"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}