-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
ASC_RemoveBlockedAccountsWithReadWritePermissions_Audit.json
52 lines (52 loc) · 1.5 KB
/
ASC_RemoveBlockedAccountsWithReadWritePermissions_Audit.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"properties": {
"displayName": "Blocked accounts with read and write permissions on Azure resources should be removed",
"policyType": "BuiltIn",
"mode": "All",
"description": "Deprecated accounts should be removed from your subscriptions. Deprecated accounts are accounts that have been blocked from signing in.",
"metadata": {
"version": "1.0.0",
"category": "Security Center"
},
"version": "1.0.0",
"parameters": {
"effect": {
"type": "string",
"defaultValue": "AuditIfNotExists",
"allowedValues": [
"AuditIfNotExists",
"Disabled"
],
"metadata": {
"displayName": "Effect",
"description": "Enable or disable the execution of the policy"
}
}
},
"policyRule": {
"if": {
"field": "type",
"equals": "Microsoft.Resources/subscriptions"
},
"then": {
"effect": "[parameters('effect')]",
"details": {
"type": "Microsoft.Security/assessments",
"name": "1ff0b4c9-ed56-4de6-be9c-d7ab39645926",
"existenceCondition": {
"field": "Microsoft.Security/assessments/status.code",
"in": [
"NotApplicable",
"Healthy"
]
}
}
}
},
"versions": [
"1.0.0"
]
},
"id": "/providers/Microsoft.Authorization/policyDefinitions/8d7e1fde-fe26-4b5f-8108-f8e432cbc2be",
"name": "8d7e1fde-fe26-4b5f-8108-f8e432cbc2be"
}