-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
CMA_C1651.json
45 lines (45 loc) · 1.22 KB
/
CMA_C1651.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
{
"properties": {
"displayName": "Define acceptable and unacceptable mobile code technologies",
"policyType": "BuiltIn",
"mode": "All",
"description": "CMA_C1651 - Define acceptable and unacceptable mobile code technologies",
"metadata": {
"version": "1.1.0",
"category": "Regulatory Compliance",
"additionalMetadataId": "/providers/Microsoft.PolicyInsights/policyMetadata/CMA_C1651"
},
"version": "1.1.0",
"parameters": {
"effect": {
"type": "String",
"metadata": {
"displayName": "Effect",
"description": "Enable or disable the execution of the policy"
},
"allowedValues": [
"Manual",
"Disabled"
],
"defaultValue": "Manual"
}
},
"policyRule": {
"if": {
"field": "type",
"equals": "Microsoft.Resources/subscriptions"
},
"then": {
"effect": "[parameters('effect')]",
"details": {
"defaultState": "Unknown"
}
}
},
"versions": [
"1.1.0"
]
},
"id": "/providers/Microsoft.Authorization/policyDefinitions/1afada58-8b34-7ac2-a38a-983218635201",
"name": "1afada58-8b34-7ac2-a38a-983218635201"
}