-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
cdnwebapplicationfirewall.json
977 lines (977 loc) · 29.2 KB
/
cdnwebapplicationfirewall.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
{
"swagger": "2.0",
"info": {
"version": "2023-05-01",
"title": "Azure CDN WebApplicationFirewallManagement",
"description": "APIs to manage web application firewall rules for Azure CDN"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow.",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/cdnWebApplicationFirewallPolicies": {
"get": {
"tags": [
"WebApplicationFirewallPolicies"
],
"description": "Lists all of the protection policies within a resource group.",
"operationId": "Policies_List",
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicyList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List Policies in a Resource Group": {
"$ref": "./examples/WafListPolicies.json"
}
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/cdnWebApplicationFirewallPolicies/{policyName}": {
"get": {
"tags": [
"WebApplicationFirewallPolicies"
],
"description": "Retrieve protection policy with specified name within a resource group.",
"operationId": "Policies_Get",
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Get Policy": {
"$ref": "./examples/WafPolicyGet.json"
}
}
},
"put": {
"tags": [
"WebApplicationFirewallPolicies"
],
"description": "Create or update policy with specified rule set name within a resource group.",
"operationId": "Policies_CreateOrUpdate",
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
},
{
"description": "Policy to be created.",
"in": "body",
"name": "cdnWebApplicationFirewallPolicy",
"required": true,
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
},
"201": {
"description": "Created. The request has been fulfilled and a new protection policy has been created.",
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
},
"202": {
"description": "Accepted. The request has been accepted for processing and the operation will complete asynchronously.",
"headers": {
"location": {
"type": "string"
}
},
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Creates specific policy": {
"$ref": "./examples/WafPolicyCreateOrUpdate.json"
}
},
"x-ms-long-running-operation": true
},
"patch": {
"tags": [
"WebApplicationFirewallPolicies"
],
"description": "Update an existing CdnWebApplicationFirewallPolicy with the specified policy name under the specified subscription and resource group",
"operationId": "Policies_Update",
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
},
{
"description": "CdnWebApplicationFirewallPolicy parameters to be patched.",
"in": "body",
"name": "cdnWebApplicationFirewallPolicyPatchParameters",
"required": true,
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicyPatchParameters"
}
}
],
"responses": {
"200": {
"description": "OK. The request has succeeded.",
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
},
"202": {
"description": "Accepted. The request has been accepted for processing and the operation will complete asynchronously.",
"headers": {
"location": {
"type": "string"
}
},
"schema": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Creates specific policy": {
"$ref": "./examples/WafPatchPolicy.json"
}
},
"x-ms-long-running-operation": true
},
"delete": {
"tags": [
"WebApplicationFirewallPolicies"
],
"description": "Deletes Policy",
"operationId": "Policies_Delete",
"parameters": [
{
"$ref": "#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "#/parameters/PolicyNameParameter"
},
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "Delete successful."
},
"204": {
"description": "No Content. The request has been accepted but the policy was not found."
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
}
}
},
"x-ms-examples": {
"Delete protection policy": {
"$ref": "./examples/WafPolicyDelete.json"
}
},
"x-ms-long-running-operation": false
}
},
"/subscriptions/{subscriptionId}/providers/Microsoft.Cdn/cdnWebApplicationFirewallManagedRuleSets": {
"get": {
"tags": [
"WebApplicationFirewallManagedRuleSets"
],
"description": "Lists all available managed rule sets.",
"operationId": "ManagedRuleSets_List",
"parameters": [
{
"$ref": "#/parameters/subscriptionIdParameter"
},
{
"$ref": "#/parameters/apiVersionParameter"
}
],
"responses": {
"200": {
"description": "Success. The operation returns a list of all available web application firewall managed rule sets.",
"schema": {
"$ref": "#/definitions/ManagedRuleSetDefinitionList"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "./cdn.json#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
},
"x-ms-examples": {
"List Policies in a Resource Group": {
"$ref": "./examples/WafListManagedRuleSets.json"
}
}
}
}
},
"definitions": {
"CdnWebApplicationFirewallPolicyList": {
"description": "Defines a list of WebApplicationFirewallPolicies for Azure CDN. It contains a list of WebApplicationFirewallPolicy objects and a URL link to get the next set of results.",
"properties": {
"value": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/CdnWebApplicationFirewallPolicy"
},
"description": "List of Azure CDN WebApplicationFirewallPolicies within a resource group."
},
"nextLink": {
"type": "string",
"description": "URL to get the next set of WebApplicationFirewallPolicy objects if there are any."
}
}
},
"CdnWebApplicationFirewallPolicy": {
"description": "Defines web application firewall policy for Azure CDN.",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"description": "Properties of the web application firewall policy.",
"$ref": "#/definitions/CdnWebApplicationFirewallPolicyProperties"
},
"etag": {
"type": "string",
"description": "Gets a unique read-only string that changes whenever the resource is updated."
},
"sku": {
"description": "The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.",
"$ref": "./cdn.json#/definitions/Sku"
}
},
"required": [
"sku"
],
"allOf": [
{
"$ref": "./cdn.json#/definitions/TrackedResource"
}
]
},
"CdnWebApplicationFirewallPolicyPatchParameters": {
"type": "object",
"description": "Properties required to update a CdnWebApplicationFirewallPolicy.",
"properties": {
"tags": {
"description": "CdnWebApplicationFirewallPolicy tags",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
},
"x-ms-azure-resource": true
},
"CdnWebApplicationFirewallPolicyProperties": {
"description": "Defines CDN web application firewall policy properties.",
"properties": {
"policySettings": {
"description": "Describes policySettings for policy",
"$ref": "#/definitions/policySettings"
},
"rateLimitRules": {
"description": "Describes rate limit rules inside the policy.",
"$ref": "#/definitions/RateLimitRuleList"
},
"customRules": {
"description": "Describes custom rules inside the policy.",
"$ref": "#/definitions/CustomRuleList"
},
"managedRules": {
"description": "Describes managed rules inside the policy.",
"$ref": "#/definitions/ManagedRuleSetList"
},
"endpointLinks": {
"description": "Describes Azure CDN endpoints associated with this Web Application Firewall policy.",
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/CdnEndpoint"
}
},
"extendedProperties": {
"description": "Key-Value pair representing additional properties for Web Application Firewall policy.",
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"provisioningState": {
"readOnly": true,
"type": "string",
"description": "Provisioning state of the WebApplicationFirewallPolicy.",
"enum": [
"Creating",
"Succeeded",
"Failed"
],
"x-ms-enum": {
"name": "ProvisioningState",
"modelAsString": true
}
},
"resourceState": {
"title": "Resource status of the policy.",
"readOnly": true,
"enum": [
"Creating",
"Enabling",
"Enabled",
"Disabling",
"Disabled",
"Deleting"
],
"type": "string",
"x-ms-enum": {
"name": "PolicyResourceState",
"modelAsString": true
}
}
}
},
"policySettings": {
"description": "Defines contents of a web application firewall global configuration",
"properties": {
"enabledState": {
"description": "describes if the policy is in enabled state or disabled state",
"type": "string",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "PolicyEnabledState",
"modelAsString": true
}
},
"mode": {
"description": "Describes if it is in detection mode or prevention mode at policy level.",
"type": "string",
"enum": [
"Prevention",
"Detection"
],
"x-ms-enum": {
"name": "PolicyMode",
"modelAsString": true
}
},
"defaultRedirectUrl": {
"description": "If action type is redirect, this field represents the default redirect URL for the client.",
"type": "string"
},
"defaultCustomBlockResponseStatusCode": {
"description": "If the action type is block, this field defines the default customer overridable http response status code.",
"type": "integer",
"format": "int32",
"enum": [
200,
403,
405,
406,
429
]
},
"defaultCustomBlockResponseBody": {
"description": "If the action type is block, customer can override the response body. The body must be specified in base64 encoding.",
"type": "string",
"pattern": "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$"
}
}
},
"CdnEndpoint": {
"description": "Defines the ARM Resource ID for the linked endpoints",
"type": "object",
"readOnly": true,
"properties": {
"id": {
"type": "string",
"description": "ARM Resource ID string."
}
}
},
"CustomRuleList": {
"description": "Defines contents of custom rules",
"properties": {
"rules": {
"description": "List of rules",
"type": "array",
"items": {
"$ref": "#/definitions/CustomRule"
},
"x-ms-identifiers": [
"name"
]
}
}
},
"CustomRule": {
"description": "Defines the common attributes for a custom rule that can be included in a waf policy",
"type": "object",
"required": [
"name",
"priority",
"matchConditions",
"action"
],
"properties": {
"name": {
"description": "Defines the name of the custom rule",
"type": "string"
},
"enabledState": {
"description": "Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.",
"type": "string",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "CustomRuleEnabledState",
"modelAsString": true
}
},
"priority": {
"description": "Defines in what order this rule be evaluated in the overall list of custom rules",
"type": "integer",
"format": "int32",
"maximum": 1000,
"exclusiveMaximum": false,
"minimum": 0,
"exclusiveMinimum": false
},
"matchConditions": {
"description": "List of match conditions.",
"type": "array",
"items": {
"$ref": "#/definitions/MatchCondition"
},
"x-ms-identifiers": []
},
"action": {
"description": "Describes what action to be applied when rule matches",
"$ref": "#/definitions/ActionType"
}
}
},
"RateLimitRuleList": {
"description": "Defines contents of rate limit rules",
"properties": {
"rules": {
"description": "List of rules",
"type": "array",
"items": {
"$ref": "#/definitions/RateLimitRule"
},
"x-ms-identifiers": [
"name"
]
}
}
},
"RateLimitRule": {
"description": "Defines a rate limiting rule that can be included in a waf policy",
"type": "object",
"required": [
"rateLimitThreshold",
"rateLimitDurationInMinutes"
],
"properties": {
"rateLimitThreshold": {
"description": "Defines rate limit threshold.",
"type": "integer",
"format": "int32",
"minimum": 0,
"exclusiveMinimum": false
},
"rateLimitDurationInMinutes": {
"description": "Defines rate limit duration. Default is 1 minute.",
"type": "integer",
"format": "int32",
"maximum": 60,
"exclusiveMaximum": false,
"minimum": 0,
"exclusiveMinimum": false
}
},
"allOf": [
{
"$ref": "#/definitions/CustomRule"
}
]
},
"MatchCondition": {
"description": "Define match conditions",
"required": [
"matchVariable",
"operator",
"matchValue"
],
"properties": {
"matchVariable": {
"description": "Match variable to compare against.",
"type": "string",
"enum": [
"RemoteAddr",
"SocketAddr",
"RequestMethod",
"RequestHeader",
"RequestUri",
"QueryString",
"RequestBody",
"Cookies",
"PostArgs"
],
"x-ms-enum": {
"name": "WafMatchVariable",
"modelAsString": true
}
},
"selector": {
"description": "Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.",
"type": "string"
},
"operator": {
"description": "Describes operator to be matched",
"type": "string",
"enum": [
"Any",
"IPMatch",
"GeoMatch",
"Equal",
"Contains",
"LessThan",
"GreaterThan",
"LessThanOrEqual",
"GreaterThanOrEqual",
"BeginsWith",
"EndsWith",
"RegEx"
],
"x-ms-enum": {
"name": "operator",
"modelAsString": true
}
},
"negateCondition": {
"description": "Describes if the result of this condition should be negated.",
"type": "boolean"
},
"matchValue": {
"description": "List of possible match values.",
"type": "array",
"items": {
"type": "string"
}
},
"transforms": {
"description": "List of transforms.",
"type": "array",
"items": {
"$ref": "#/definitions/TransformType"
}
}
}
},
"TransformType": {
"description": "Describes what transforms were applied before matching.",
"type": "string",
"enum": [
"Lowercase",
"Uppercase",
"Trim",
"UrlDecode",
"UrlEncode",
"RemoveNulls"
],
"x-ms-enum": {
"name": "TransformType",
"modelAsString": true
}
},
"ManagedRuleSetList": {
"description": "Defines the list of managed rule sets for the policy.",
"properties": {
"managedRuleSets": {
"description": "List of rule sets.",
"type": "array",
"items": {
"$ref": "#/definitions/ManagedRuleSet"
},
"x-ms-identifiers": [
"ruleSetType",
"ruleSetVersion"
]
}
}
},
"ManagedRuleSet": {
"type": "object",
"description": "Defines a managed rule set.",
"required": [
"ruleSetType",
"ruleSetVersion"
],
"properties": {
"ruleSetType": {
"description": "Defines the rule set type to use.",
"type": "string"
},
"ruleSetVersion": {
"description": "Defines the version of the rule set to use.",
"type": "string"
},
"anomalyScore": {
"description": "Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.",
"type": "integer",
"format": "int32",
"maximum": 20,
"exclusiveMaximum": false,
"minimum": 0,
"exclusiveMinimum": false
},
"ruleGroupOverrides": {
"description": "Defines the rule overrides to apply to the rule set.",
"type": "array",
"items": {
"$ref": "#/definitions/ManagedRuleGroupOverride"
},
"x-ms-identifiers": [
"ruleGroupName"
]
}
}
},
"ManagedRuleGroupOverride": {
"description": "Defines a managed rule group override setting.",
"required": [
"ruleGroupName"
],
"properties": {
"ruleGroupName": {
"description": "Describes the managed rule group within the rule set to override",
"type": "string"
},
"rules": {
"description": "List of rules that will be enabled. If none specified, all rules in the group will be disabled.",
"type": "array",
"items": {
"$ref": "#/definitions/ManagedRuleOverride"
},
"x-ms-identifiers": [
"ruleId"
]
}
}
},
"ManagedRuleOverride": {
"description": "Defines a managed rule group override setting.",
"required": [
"ruleId"
],
"properties": {
"ruleId": {
"description": "Identifier for the managed rule.",
"type": "string"
},
"enabledState": {
"description": "Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.",
"type": "string",
"enum": [
"Disabled",
"Enabled"
],
"x-ms-enum": {
"name": "ManagedRuleEnabledState",
"modelAsString": true
}
},
"action": {
"description": "Describes the override action to be applied when rule matches.",
"$ref": "#/definitions/ActionType"
}
}
},
"ManagedRuleSetDefinitionList": {
"description": "List of managed rule set definitions available for use in a policy.",
"properties": {
"value": {
"description": "List of managed rule set definitions.",
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/ManagedRuleSetDefinition"
}
},
"nextLink": {
"type": "string",
"description": "URL to retrieve next set of managed rule set definitions."
}
}
},
"ManagedRuleSetDefinition": {
"description": "Describes a managed rule set definition.",
"properties": {
"properties": {
"description": "Describes managed rule set definition properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/ManagedRuleSetDefinitionProperties"
},
"sku": {
"description": "The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.",
"$ref": "./cdn.json#/definitions/Sku"
}
},
"allOf": [
{
"$ref": "./cdn.json#/definitions/Resource"
}
]
},
"ManagedRuleSetDefinitionProperties": {
"description": "Properties for a managed rule set definition.",
"properties": {
"provisioningState": {
"type": "string",
"readOnly": true,
"description": "Provisioning state of the managed rule set."
},
"ruleSetType": {
"type": "string",
"readOnly": true,
"description": "Type of the managed rule set."
},
"ruleSetVersion": {
"type": "string",
"readOnly": true,
"description": "Version of the managed rule set type."
},
"ruleGroups": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/ManagedRuleGroupDefinition"
},
"x-ms-identifiers": [
"ruleGroupName"
],
"description": "Rule groups of the managed rule set."
}
}
},
"ManagedRuleGroupDefinition": {
"description": "Describes a managed rule group.",
"properties": {
"ruleGroupName": {
"type": "string",
"readOnly": true,
"description": "Name of the managed rule group."
},
"description": {
"type": "string",
"readOnly": true,
"description": "Description of the managed rule group."
},
"rules": {
"type": "array",
"readOnly": true,
"items": {
"$ref": "#/definitions/ManagedRuleDefinition"
},
"x-ms-identifiers": [
"ruleId"
],
"description": "List of rules within the managed rule group."
}
}
},
"ManagedRuleDefinition": {
"description": "Describes a managed rule definition.",
"properties": {
"ruleId": {
"description": "Identifier for the managed rule.",
"readOnly": true,
"type": "string"
},
"description": {
"description": "Describes the functionality of the managed rule.",
"readOnly": true,
"type": "string"
}
}
},
"ActionType": {
"description": "Defines the action to take on rule match.",
"type": "string",
"enum": [
"Allow",
"Block",
"Log",
"Redirect"
],
"x-ms-enum": {
"name": "ActionType",
"modelAsString": true
}
}
},
"parameters": {
"subscriptionIdParameter": {
"name": "subscriptionId",
"in": "path",
"description": "Azure Subscription ID.",
"required": true,
"type": "string"
},
"apiVersionParameter": {
"name": "api-version",
"in": "query",
"required": true,
"type": "string",
"description": "Version of the API to be used with the client request. Current version is 2023-05-01."
},
"PolicyNameParameter": {
"name": "policyName",
"in": "path",
"required": true,
"type": "string",
"maxLength": 128,
"x-ms-parameter-location": "method",
"description": "The name of the CdnWebApplicationFirewallPolicy."
},
"ResourceGroupNameParameter": {
"name": "resourceGroupName",
"in": "path",
"required": true,
"type": "string",
"pattern": "^[a-zA-Z0-9_\\-\\(\\)\\.]*[^\\.]$",
"minLength": 1,
"maxLength": 80,
"x-ms-parameter-location": "method",
"description": "Name of the Resource group within the Azure subscription."
}
}
}