-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathASC_DesignateMoreThanOneOwner_Audit.json
52 lines (52 loc) · 1.45 KB
/
ASC_DesignateMoreThanOneOwner_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": "There should be more than one owner assigned to your subscription",
"policyType": "BuiltIn",
"mode": "All",
"description": "It is recommended to designate more than one subscription owner in order to have administrator access redundancy.",
"metadata": {
"version": "3.0.0",
"category": "Security Center"
},
"version": "3.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": "2c79b4af-f830-b61e-92b9-63dfa30f16e4",
"existenceCondition": {
"field": "Microsoft.Security/assessments/status.code",
"in": [
"NotApplicable",
"Healthy"
]
}
}
}
},
"versions": [
"3.0.0"
]
},
"id": "/providers/Microsoft.Authorization/policyDefinitions/09024ccc-0c5f-475e-9457-b7c0d9ed487b",
"name": "09024ccc-0c5f-475e-9457-b7c0d9ed487b"
}