@vercel/sdk 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +1009 -313
- package/bin/mcp-server.js.map +13 -13
- package/esm/__tests__/projects.test.js +15 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +408 -8
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +446 -8
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +408 -8
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +448 -8
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +137 -137
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +135 -135
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +408 -8
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +441 -8
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +137 -137
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +135 -135
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/types/constdatetime.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/projects.test.ts +15 -13
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +1039 -16
- package/src/models/createdeploymentop.ts +957 -16
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +263 -263
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/getdeploymentop.ts +1007 -16
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/updateprojectop.ts +263 -263
- package/src/types/constdatetime.ts +1 -1
- package/vercel-spec.json +1328 -623
package/vercel-spec.json
CHANGED
|
@@ -10602,7 +10602,62 @@
|
|
|
10602
10602
|
]
|
|
10603
10603
|
},
|
|
10604
10604
|
"value": {
|
|
10605
|
-
"
|
|
10605
|
+
"oneOf": [
|
|
10606
|
+
{
|
|
10607
|
+
"type": "string"
|
|
10608
|
+
},
|
|
10609
|
+
{
|
|
10610
|
+
"properties": {
|
|
10611
|
+
"eq": {
|
|
10612
|
+
"oneOf": [
|
|
10613
|
+
{
|
|
10614
|
+
"type": "string"
|
|
10615
|
+
},
|
|
10616
|
+
{
|
|
10617
|
+
"type": "number"
|
|
10618
|
+
}
|
|
10619
|
+
]
|
|
10620
|
+
},
|
|
10621
|
+
"neq": {
|
|
10622
|
+
"type": "string"
|
|
10623
|
+
},
|
|
10624
|
+
"inc": {
|
|
10625
|
+
"items": {
|
|
10626
|
+
"type": "string"
|
|
10627
|
+
},
|
|
10628
|
+
"type": "array"
|
|
10629
|
+
},
|
|
10630
|
+
"ninc": {
|
|
10631
|
+
"items": {
|
|
10632
|
+
"type": "string"
|
|
10633
|
+
},
|
|
10634
|
+
"type": "array"
|
|
10635
|
+
},
|
|
10636
|
+
"pre": {
|
|
10637
|
+
"type": "string"
|
|
10638
|
+
},
|
|
10639
|
+
"suf": {
|
|
10640
|
+
"type": "string"
|
|
10641
|
+
},
|
|
10642
|
+
"re": {
|
|
10643
|
+
"type": "string"
|
|
10644
|
+
},
|
|
10645
|
+
"gt": {
|
|
10646
|
+
"type": "number"
|
|
10647
|
+
},
|
|
10648
|
+
"gte": {
|
|
10649
|
+
"type": "number"
|
|
10650
|
+
},
|
|
10651
|
+
"lt": {
|
|
10652
|
+
"type": "number"
|
|
10653
|
+
},
|
|
10654
|
+
"lte": {
|
|
10655
|
+
"type": "number"
|
|
10656
|
+
}
|
|
10657
|
+
},
|
|
10658
|
+
"type": "object"
|
|
10659
|
+
}
|
|
10660
|
+
]
|
|
10606
10661
|
}
|
|
10607
10662
|
},
|
|
10608
10663
|
"required": [
|
|
@@ -10625,7 +10680,62 @@
|
|
|
10625
10680
|
"type": "string"
|
|
10626
10681
|
},
|
|
10627
10682
|
"value": {
|
|
10628
|
-
"
|
|
10683
|
+
"oneOf": [
|
|
10684
|
+
{
|
|
10685
|
+
"type": "string"
|
|
10686
|
+
},
|
|
10687
|
+
{
|
|
10688
|
+
"properties": {
|
|
10689
|
+
"eq": {
|
|
10690
|
+
"oneOf": [
|
|
10691
|
+
{
|
|
10692
|
+
"type": "string"
|
|
10693
|
+
},
|
|
10694
|
+
{
|
|
10695
|
+
"type": "number"
|
|
10696
|
+
}
|
|
10697
|
+
]
|
|
10698
|
+
},
|
|
10699
|
+
"neq": {
|
|
10700
|
+
"type": "string"
|
|
10701
|
+
},
|
|
10702
|
+
"inc": {
|
|
10703
|
+
"items": {
|
|
10704
|
+
"type": "string"
|
|
10705
|
+
},
|
|
10706
|
+
"type": "array"
|
|
10707
|
+
},
|
|
10708
|
+
"ninc": {
|
|
10709
|
+
"items": {
|
|
10710
|
+
"type": "string"
|
|
10711
|
+
},
|
|
10712
|
+
"type": "array"
|
|
10713
|
+
},
|
|
10714
|
+
"pre": {
|
|
10715
|
+
"type": "string"
|
|
10716
|
+
},
|
|
10717
|
+
"suf": {
|
|
10718
|
+
"type": "string"
|
|
10719
|
+
},
|
|
10720
|
+
"re": {
|
|
10721
|
+
"type": "string"
|
|
10722
|
+
},
|
|
10723
|
+
"gt": {
|
|
10724
|
+
"type": "number"
|
|
10725
|
+
},
|
|
10726
|
+
"gte": {
|
|
10727
|
+
"type": "number"
|
|
10728
|
+
},
|
|
10729
|
+
"lt": {
|
|
10730
|
+
"type": "number"
|
|
10731
|
+
},
|
|
10732
|
+
"lte": {
|
|
10733
|
+
"type": "number"
|
|
10734
|
+
}
|
|
10735
|
+
},
|
|
10736
|
+
"type": "object"
|
|
10737
|
+
}
|
|
10738
|
+
]
|
|
10629
10739
|
}
|
|
10630
10740
|
},
|
|
10631
10741
|
"required": [
|
|
@@ -10650,7 +10760,62 @@
|
|
|
10650
10760
|
]
|
|
10651
10761
|
},
|
|
10652
10762
|
"value": {
|
|
10653
|
-
"
|
|
10763
|
+
"oneOf": [
|
|
10764
|
+
{
|
|
10765
|
+
"type": "string"
|
|
10766
|
+
},
|
|
10767
|
+
{
|
|
10768
|
+
"properties": {
|
|
10769
|
+
"eq": {
|
|
10770
|
+
"oneOf": [
|
|
10771
|
+
{
|
|
10772
|
+
"type": "string"
|
|
10773
|
+
},
|
|
10774
|
+
{
|
|
10775
|
+
"type": "number"
|
|
10776
|
+
}
|
|
10777
|
+
]
|
|
10778
|
+
},
|
|
10779
|
+
"neq": {
|
|
10780
|
+
"type": "string"
|
|
10781
|
+
},
|
|
10782
|
+
"inc": {
|
|
10783
|
+
"items": {
|
|
10784
|
+
"type": "string"
|
|
10785
|
+
},
|
|
10786
|
+
"type": "array"
|
|
10787
|
+
},
|
|
10788
|
+
"ninc": {
|
|
10789
|
+
"items": {
|
|
10790
|
+
"type": "string"
|
|
10791
|
+
},
|
|
10792
|
+
"type": "array"
|
|
10793
|
+
},
|
|
10794
|
+
"pre": {
|
|
10795
|
+
"type": "string"
|
|
10796
|
+
},
|
|
10797
|
+
"suf": {
|
|
10798
|
+
"type": "string"
|
|
10799
|
+
},
|
|
10800
|
+
"re": {
|
|
10801
|
+
"type": "string"
|
|
10802
|
+
},
|
|
10803
|
+
"gt": {
|
|
10804
|
+
"type": "number"
|
|
10805
|
+
},
|
|
10806
|
+
"gte": {
|
|
10807
|
+
"type": "number"
|
|
10808
|
+
},
|
|
10809
|
+
"lt": {
|
|
10810
|
+
"type": "number"
|
|
10811
|
+
},
|
|
10812
|
+
"lte": {
|
|
10813
|
+
"type": "number"
|
|
10814
|
+
}
|
|
10815
|
+
},
|
|
10816
|
+
"type": "object"
|
|
10817
|
+
}
|
|
10818
|
+
]
|
|
10654
10819
|
}
|
|
10655
10820
|
},
|
|
10656
10821
|
"required": [
|
|
@@ -10673,7 +10838,62 @@
|
|
|
10673
10838
|
"type": "string"
|
|
10674
10839
|
},
|
|
10675
10840
|
"value": {
|
|
10676
|
-
"
|
|
10841
|
+
"oneOf": [
|
|
10842
|
+
{
|
|
10843
|
+
"type": "string"
|
|
10844
|
+
},
|
|
10845
|
+
{
|
|
10846
|
+
"properties": {
|
|
10847
|
+
"eq": {
|
|
10848
|
+
"oneOf": [
|
|
10849
|
+
{
|
|
10850
|
+
"type": "string"
|
|
10851
|
+
},
|
|
10852
|
+
{
|
|
10853
|
+
"type": "number"
|
|
10854
|
+
}
|
|
10855
|
+
]
|
|
10856
|
+
},
|
|
10857
|
+
"neq": {
|
|
10858
|
+
"type": "string"
|
|
10859
|
+
},
|
|
10860
|
+
"inc": {
|
|
10861
|
+
"items": {
|
|
10862
|
+
"type": "string"
|
|
10863
|
+
},
|
|
10864
|
+
"type": "array"
|
|
10865
|
+
},
|
|
10866
|
+
"ninc": {
|
|
10867
|
+
"items": {
|
|
10868
|
+
"type": "string"
|
|
10869
|
+
},
|
|
10870
|
+
"type": "array"
|
|
10871
|
+
},
|
|
10872
|
+
"pre": {
|
|
10873
|
+
"type": "string"
|
|
10874
|
+
},
|
|
10875
|
+
"suf": {
|
|
10876
|
+
"type": "string"
|
|
10877
|
+
},
|
|
10878
|
+
"re": {
|
|
10879
|
+
"type": "string"
|
|
10880
|
+
},
|
|
10881
|
+
"gt": {
|
|
10882
|
+
"type": "number"
|
|
10883
|
+
},
|
|
10884
|
+
"gte": {
|
|
10885
|
+
"type": "number"
|
|
10886
|
+
},
|
|
10887
|
+
"lt": {
|
|
10888
|
+
"type": "number"
|
|
10889
|
+
},
|
|
10890
|
+
"lte": {
|
|
10891
|
+
"type": "number"
|
|
10892
|
+
}
|
|
10893
|
+
},
|
|
10894
|
+
"type": "object"
|
|
10895
|
+
}
|
|
10896
|
+
]
|
|
10677
10897
|
}
|
|
10678
10898
|
},
|
|
10679
10899
|
"required": [
|
|
@@ -10686,6 +10906,21 @@
|
|
|
10686
10906
|
},
|
|
10687
10907
|
"type": "array"
|
|
10688
10908
|
},
|
|
10909
|
+
"mitigate": {
|
|
10910
|
+
"properties": {
|
|
10911
|
+
"action": {
|
|
10912
|
+
"type": "string",
|
|
10913
|
+
"enum": [
|
|
10914
|
+
"challenge",
|
|
10915
|
+
"deny"
|
|
10916
|
+
]
|
|
10917
|
+
}
|
|
10918
|
+
},
|
|
10919
|
+
"required": [
|
|
10920
|
+
"action"
|
|
10921
|
+
],
|
|
10922
|
+
"type": "object"
|
|
10923
|
+
},
|
|
10689
10924
|
"locale": {
|
|
10690
10925
|
"properties": {
|
|
10691
10926
|
"redirect": {
|
|
@@ -13770,7 +14005,62 @@
|
|
|
13770
14005
|
]
|
|
13771
14006
|
},
|
|
13772
14007
|
"value": {
|
|
13773
|
-
"
|
|
14008
|
+
"oneOf": [
|
|
14009
|
+
{
|
|
14010
|
+
"type": "string"
|
|
14011
|
+
},
|
|
14012
|
+
{
|
|
14013
|
+
"properties": {
|
|
14014
|
+
"eq": {
|
|
14015
|
+
"oneOf": [
|
|
14016
|
+
{
|
|
14017
|
+
"type": "string"
|
|
14018
|
+
},
|
|
14019
|
+
{
|
|
14020
|
+
"type": "number"
|
|
14021
|
+
}
|
|
14022
|
+
]
|
|
14023
|
+
},
|
|
14024
|
+
"neq": {
|
|
14025
|
+
"type": "string"
|
|
14026
|
+
},
|
|
14027
|
+
"inc": {
|
|
14028
|
+
"items": {
|
|
14029
|
+
"type": "string"
|
|
14030
|
+
},
|
|
14031
|
+
"type": "array"
|
|
14032
|
+
},
|
|
14033
|
+
"ninc": {
|
|
14034
|
+
"items": {
|
|
14035
|
+
"type": "string"
|
|
14036
|
+
},
|
|
14037
|
+
"type": "array"
|
|
14038
|
+
},
|
|
14039
|
+
"pre": {
|
|
14040
|
+
"type": "string"
|
|
14041
|
+
},
|
|
14042
|
+
"suf": {
|
|
14043
|
+
"type": "string"
|
|
14044
|
+
},
|
|
14045
|
+
"re": {
|
|
14046
|
+
"type": "string"
|
|
14047
|
+
},
|
|
14048
|
+
"gt": {
|
|
14049
|
+
"type": "number"
|
|
14050
|
+
},
|
|
14051
|
+
"gte": {
|
|
14052
|
+
"type": "number"
|
|
14053
|
+
},
|
|
14054
|
+
"lt": {
|
|
14055
|
+
"type": "number"
|
|
14056
|
+
},
|
|
14057
|
+
"lte": {
|
|
14058
|
+
"type": "number"
|
|
14059
|
+
}
|
|
14060
|
+
},
|
|
14061
|
+
"type": "object"
|
|
14062
|
+
}
|
|
14063
|
+
]
|
|
13774
14064
|
}
|
|
13775
14065
|
},
|
|
13776
14066
|
"required": [
|
|
@@ -13793,7 +14083,62 @@
|
|
|
13793
14083
|
"type": "string"
|
|
13794
14084
|
},
|
|
13795
14085
|
"value": {
|
|
13796
|
-
"
|
|
14086
|
+
"oneOf": [
|
|
14087
|
+
{
|
|
14088
|
+
"type": "string"
|
|
14089
|
+
},
|
|
14090
|
+
{
|
|
14091
|
+
"properties": {
|
|
14092
|
+
"eq": {
|
|
14093
|
+
"oneOf": [
|
|
14094
|
+
{
|
|
14095
|
+
"type": "string"
|
|
14096
|
+
},
|
|
14097
|
+
{
|
|
14098
|
+
"type": "number"
|
|
14099
|
+
}
|
|
14100
|
+
]
|
|
14101
|
+
},
|
|
14102
|
+
"neq": {
|
|
14103
|
+
"type": "string"
|
|
14104
|
+
},
|
|
14105
|
+
"inc": {
|
|
14106
|
+
"items": {
|
|
14107
|
+
"type": "string"
|
|
14108
|
+
},
|
|
14109
|
+
"type": "array"
|
|
14110
|
+
},
|
|
14111
|
+
"ninc": {
|
|
14112
|
+
"items": {
|
|
14113
|
+
"type": "string"
|
|
14114
|
+
},
|
|
14115
|
+
"type": "array"
|
|
14116
|
+
},
|
|
14117
|
+
"pre": {
|
|
14118
|
+
"type": "string"
|
|
14119
|
+
},
|
|
14120
|
+
"suf": {
|
|
14121
|
+
"type": "string"
|
|
14122
|
+
},
|
|
14123
|
+
"re": {
|
|
14124
|
+
"type": "string"
|
|
14125
|
+
},
|
|
14126
|
+
"gt": {
|
|
14127
|
+
"type": "number"
|
|
14128
|
+
},
|
|
14129
|
+
"gte": {
|
|
14130
|
+
"type": "number"
|
|
14131
|
+
},
|
|
14132
|
+
"lt": {
|
|
14133
|
+
"type": "number"
|
|
14134
|
+
},
|
|
14135
|
+
"lte": {
|
|
14136
|
+
"type": "number"
|
|
14137
|
+
}
|
|
14138
|
+
},
|
|
14139
|
+
"type": "object"
|
|
14140
|
+
}
|
|
14141
|
+
]
|
|
13797
14142
|
}
|
|
13798
14143
|
},
|
|
13799
14144
|
"required": [
|
|
@@ -13818,7 +14163,62 @@
|
|
|
13818
14163
|
]
|
|
13819
14164
|
},
|
|
13820
14165
|
"value": {
|
|
13821
|
-
"
|
|
14166
|
+
"oneOf": [
|
|
14167
|
+
{
|
|
14168
|
+
"type": "string"
|
|
14169
|
+
},
|
|
14170
|
+
{
|
|
14171
|
+
"properties": {
|
|
14172
|
+
"eq": {
|
|
14173
|
+
"oneOf": [
|
|
14174
|
+
{
|
|
14175
|
+
"type": "string"
|
|
14176
|
+
},
|
|
14177
|
+
{
|
|
14178
|
+
"type": "number"
|
|
14179
|
+
}
|
|
14180
|
+
]
|
|
14181
|
+
},
|
|
14182
|
+
"neq": {
|
|
14183
|
+
"type": "string"
|
|
14184
|
+
},
|
|
14185
|
+
"inc": {
|
|
14186
|
+
"items": {
|
|
14187
|
+
"type": "string"
|
|
14188
|
+
},
|
|
14189
|
+
"type": "array"
|
|
14190
|
+
},
|
|
14191
|
+
"ninc": {
|
|
14192
|
+
"items": {
|
|
14193
|
+
"type": "string"
|
|
14194
|
+
},
|
|
14195
|
+
"type": "array"
|
|
14196
|
+
},
|
|
14197
|
+
"pre": {
|
|
14198
|
+
"type": "string"
|
|
14199
|
+
},
|
|
14200
|
+
"suf": {
|
|
14201
|
+
"type": "string"
|
|
14202
|
+
},
|
|
14203
|
+
"re": {
|
|
14204
|
+
"type": "string"
|
|
14205
|
+
},
|
|
14206
|
+
"gt": {
|
|
14207
|
+
"type": "number"
|
|
14208
|
+
},
|
|
14209
|
+
"gte": {
|
|
14210
|
+
"type": "number"
|
|
14211
|
+
},
|
|
14212
|
+
"lt": {
|
|
14213
|
+
"type": "number"
|
|
14214
|
+
},
|
|
14215
|
+
"lte": {
|
|
14216
|
+
"type": "number"
|
|
14217
|
+
}
|
|
14218
|
+
},
|
|
14219
|
+
"type": "object"
|
|
14220
|
+
}
|
|
14221
|
+
]
|
|
13822
14222
|
}
|
|
13823
14223
|
},
|
|
13824
14224
|
"required": [
|
|
@@ -13841,7 +14241,62 @@
|
|
|
13841
14241
|
"type": "string"
|
|
13842
14242
|
},
|
|
13843
14243
|
"value": {
|
|
13844
|
-
"
|
|
14244
|
+
"oneOf": [
|
|
14245
|
+
{
|
|
14246
|
+
"type": "string"
|
|
14247
|
+
},
|
|
14248
|
+
{
|
|
14249
|
+
"properties": {
|
|
14250
|
+
"eq": {
|
|
14251
|
+
"oneOf": [
|
|
14252
|
+
{
|
|
14253
|
+
"type": "string"
|
|
14254
|
+
},
|
|
14255
|
+
{
|
|
14256
|
+
"type": "number"
|
|
14257
|
+
}
|
|
14258
|
+
]
|
|
14259
|
+
},
|
|
14260
|
+
"neq": {
|
|
14261
|
+
"type": "string"
|
|
14262
|
+
},
|
|
14263
|
+
"inc": {
|
|
14264
|
+
"items": {
|
|
14265
|
+
"type": "string"
|
|
14266
|
+
},
|
|
14267
|
+
"type": "array"
|
|
14268
|
+
},
|
|
14269
|
+
"ninc": {
|
|
14270
|
+
"items": {
|
|
14271
|
+
"type": "string"
|
|
14272
|
+
},
|
|
14273
|
+
"type": "array"
|
|
14274
|
+
},
|
|
14275
|
+
"pre": {
|
|
14276
|
+
"type": "string"
|
|
14277
|
+
},
|
|
14278
|
+
"suf": {
|
|
14279
|
+
"type": "string"
|
|
14280
|
+
},
|
|
14281
|
+
"re": {
|
|
14282
|
+
"type": "string"
|
|
14283
|
+
},
|
|
14284
|
+
"gt": {
|
|
14285
|
+
"type": "number"
|
|
14286
|
+
},
|
|
14287
|
+
"gte": {
|
|
14288
|
+
"type": "number"
|
|
14289
|
+
},
|
|
14290
|
+
"lt": {
|
|
14291
|
+
"type": "number"
|
|
14292
|
+
},
|
|
14293
|
+
"lte": {
|
|
14294
|
+
"type": "number"
|
|
14295
|
+
}
|
|
14296
|
+
},
|
|
14297
|
+
"type": "object"
|
|
14298
|
+
}
|
|
14299
|
+
]
|
|
13845
14300
|
}
|
|
13846
14301
|
},
|
|
13847
14302
|
"required": [
|
|
@@ -13854,6 +14309,21 @@
|
|
|
13854
14309
|
},
|
|
13855
14310
|
"type": "array"
|
|
13856
14311
|
},
|
|
14312
|
+
"mitigate": {
|
|
14313
|
+
"properties": {
|
|
14314
|
+
"action": {
|
|
14315
|
+
"type": "string",
|
|
14316
|
+
"enum": [
|
|
14317
|
+
"challenge",
|
|
14318
|
+
"deny"
|
|
14319
|
+
]
|
|
14320
|
+
}
|
|
14321
|
+
},
|
|
14322
|
+
"required": [
|
|
14323
|
+
"action"
|
|
14324
|
+
],
|
|
14325
|
+
"type": "object"
|
|
14326
|
+
},
|
|
13857
14327
|
"locale": {
|
|
13858
14328
|
"properties": {
|
|
13859
14329
|
"redirect": {
|
|
@@ -16410,7 +16880,62 @@
|
|
|
16410
16880
|
]
|
|
16411
16881
|
},
|
|
16412
16882
|
"value": {
|
|
16413
|
-
"
|
|
16883
|
+
"oneOf": [
|
|
16884
|
+
{
|
|
16885
|
+
"type": "string"
|
|
16886
|
+
},
|
|
16887
|
+
{
|
|
16888
|
+
"properties": {
|
|
16889
|
+
"eq": {
|
|
16890
|
+
"oneOf": [
|
|
16891
|
+
{
|
|
16892
|
+
"type": "string"
|
|
16893
|
+
},
|
|
16894
|
+
{
|
|
16895
|
+
"type": "number"
|
|
16896
|
+
}
|
|
16897
|
+
]
|
|
16898
|
+
},
|
|
16899
|
+
"neq": {
|
|
16900
|
+
"type": "string"
|
|
16901
|
+
},
|
|
16902
|
+
"inc": {
|
|
16903
|
+
"items": {
|
|
16904
|
+
"type": "string"
|
|
16905
|
+
},
|
|
16906
|
+
"type": "array"
|
|
16907
|
+
},
|
|
16908
|
+
"ninc": {
|
|
16909
|
+
"items": {
|
|
16910
|
+
"type": "string"
|
|
16911
|
+
},
|
|
16912
|
+
"type": "array"
|
|
16913
|
+
},
|
|
16914
|
+
"pre": {
|
|
16915
|
+
"type": "string"
|
|
16916
|
+
},
|
|
16917
|
+
"suf": {
|
|
16918
|
+
"type": "string"
|
|
16919
|
+
},
|
|
16920
|
+
"re": {
|
|
16921
|
+
"type": "string"
|
|
16922
|
+
},
|
|
16923
|
+
"gt": {
|
|
16924
|
+
"type": "number"
|
|
16925
|
+
},
|
|
16926
|
+
"gte": {
|
|
16927
|
+
"type": "number"
|
|
16928
|
+
},
|
|
16929
|
+
"lt": {
|
|
16930
|
+
"type": "number"
|
|
16931
|
+
},
|
|
16932
|
+
"lte": {
|
|
16933
|
+
"type": "number"
|
|
16934
|
+
}
|
|
16935
|
+
},
|
|
16936
|
+
"type": "object"
|
|
16937
|
+
}
|
|
16938
|
+
]
|
|
16414
16939
|
}
|
|
16415
16940
|
},
|
|
16416
16941
|
"required": [
|
|
@@ -16433,7 +16958,62 @@
|
|
|
16433
16958
|
"type": "string"
|
|
16434
16959
|
},
|
|
16435
16960
|
"value": {
|
|
16436
|
-
"
|
|
16961
|
+
"oneOf": [
|
|
16962
|
+
{
|
|
16963
|
+
"type": "string"
|
|
16964
|
+
},
|
|
16965
|
+
{
|
|
16966
|
+
"properties": {
|
|
16967
|
+
"eq": {
|
|
16968
|
+
"oneOf": [
|
|
16969
|
+
{
|
|
16970
|
+
"type": "string"
|
|
16971
|
+
},
|
|
16972
|
+
{
|
|
16973
|
+
"type": "number"
|
|
16974
|
+
}
|
|
16975
|
+
]
|
|
16976
|
+
},
|
|
16977
|
+
"neq": {
|
|
16978
|
+
"type": "string"
|
|
16979
|
+
},
|
|
16980
|
+
"inc": {
|
|
16981
|
+
"items": {
|
|
16982
|
+
"type": "string"
|
|
16983
|
+
},
|
|
16984
|
+
"type": "array"
|
|
16985
|
+
},
|
|
16986
|
+
"ninc": {
|
|
16987
|
+
"items": {
|
|
16988
|
+
"type": "string"
|
|
16989
|
+
},
|
|
16990
|
+
"type": "array"
|
|
16991
|
+
},
|
|
16992
|
+
"pre": {
|
|
16993
|
+
"type": "string"
|
|
16994
|
+
},
|
|
16995
|
+
"suf": {
|
|
16996
|
+
"type": "string"
|
|
16997
|
+
},
|
|
16998
|
+
"re": {
|
|
16999
|
+
"type": "string"
|
|
17000
|
+
},
|
|
17001
|
+
"gt": {
|
|
17002
|
+
"type": "number"
|
|
17003
|
+
},
|
|
17004
|
+
"gte": {
|
|
17005
|
+
"type": "number"
|
|
17006
|
+
},
|
|
17007
|
+
"lt": {
|
|
17008
|
+
"type": "number"
|
|
17009
|
+
},
|
|
17010
|
+
"lte": {
|
|
17011
|
+
"type": "number"
|
|
17012
|
+
}
|
|
17013
|
+
},
|
|
17014
|
+
"type": "object"
|
|
17015
|
+
}
|
|
17016
|
+
]
|
|
16437
17017
|
}
|
|
16438
17018
|
},
|
|
16439
17019
|
"required": [
|
|
@@ -16458,7 +17038,62 @@
|
|
|
16458
17038
|
]
|
|
16459
17039
|
},
|
|
16460
17040
|
"value": {
|
|
16461
|
-
"
|
|
17041
|
+
"oneOf": [
|
|
17042
|
+
{
|
|
17043
|
+
"type": "string"
|
|
17044
|
+
},
|
|
17045
|
+
{
|
|
17046
|
+
"properties": {
|
|
17047
|
+
"eq": {
|
|
17048
|
+
"oneOf": [
|
|
17049
|
+
{
|
|
17050
|
+
"type": "string"
|
|
17051
|
+
},
|
|
17052
|
+
{
|
|
17053
|
+
"type": "number"
|
|
17054
|
+
}
|
|
17055
|
+
]
|
|
17056
|
+
},
|
|
17057
|
+
"neq": {
|
|
17058
|
+
"type": "string"
|
|
17059
|
+
},
|
|
17060
|
+
"inc": {
|
|
17061
|
+
"items": {
|
|
17062
|
+
"type": "string"
|
|
17063
|
+
},
|
|
17064
|
+
"type": "array"
|
|
17065
|
+
},
|
|
17066
|
+
"ninc": {
|
|
17067
|
+
"items": {
|
|
17068
|
+
"type": "string"
|
|
17069
|
+
},
|
|
17070
|
+
"type": "array"
|
|
17071
|
+
},
|
|
17072
|
+
"pre": {
|
|
17073
|
+
"type": "string"
|
|
17074
|
+
},
|
|
17075
|
+
"suf": {
|
|
17076
|
+
"type": "string"
|
|
17077
|
+
},
|
|
17078
|
+
"re": {
|
|
17079
|
+
"type": "string"
|
|
17080
|
+
},
|
|
17081
|
+
"gt": {
|
|
17082
|
+
"type": "number"
|
|
17083
|
+
},
|
|
17084
|
+
"gte": {
|
|
17085
|
+
"type": "number"
|
|
17086
|
+
},
|
|
17087
|
+
"lt": {
|
|
17088
|
+
"type": "number"
|
|
17089
|
+
},
|
|
17090
|
+
"lte": {
|
|
17091
|
+
"type": "number"
|
|
17092
|
+
}
|
|
17093
|
+
},
|
|
17094
|
+
"type": "object"
|
|
17095
|
+
}
|
|
17096
|
+
]
|
|
16462
17097
|
}
|
|
16463
17098
|
},
|
|
16464
17099
|
"required": [
|
|
@@ -16481,7 +17116,62 @@
|
|
|
16481
17116
|
"type": "string"
|
|
16482
17117
|
},
|
|
16483
17118
|
"value": {
|
|
16484
|
-
"
|
|
17119
|
+
"oneOf": [
|
|
17120
|
+
{
|
|
17121
|
+
"type": "string"
|
|
17122
|
+
},
|
|
17123
|
+
{
|
|
17124
|
+
"properties": {
|
|
17125
|
+
"eq": {
|
|
17126
|
+
"oneOf": [
|
|
17127
|
+
{
|
|
17128
|
+
"type": "string"
|
|
17129
|
+
},
|
|
17130
|
+
{
|
|
17131
|
+
"type": "number"
|
|
17132
|
+
}
|
|
17133
|
+
]
|
|
17134
|
+
},
|
|
17135
|
+
"neq": {
|
|
17136
|
+
"type": "string"
|
|
17137
|
+
},
|
|
17138
|
+
"inc": {
|
|
17139
|
+
"items": {
|
|
17140
|
+
"type": "string"
|
|
17141
|
+
},
|
|
17142
|
+
"type": "array"
|
|
17143
|
+
},
|
|
17144
|
+
"ninc": {
|
|
17145
|
+
"items": {
|
|
17146
|
+
"type": "string"
|
|
17147
|
+
},
|
|
17148
|
+
"type": "array"
|
|
17149
|
+
},
|
|
17150
|
+
"pre": {
|
|
17151
|
+
"type": "string"
|
|
17152
|
+
},
|
|
17153
|
+
"suf": {
|
|
17154
|
+
"type": "string"
|
|
17155
|
+
},
|
|
17156
|
+
"re": {
|
|
17157
|
+
"type": "string"
|
|
17158
|
+
},
|
|
17159
|
+
"gt": {
|
|
17160
|
+
"type": "number"
|
|
17161
|
+
},
|
|
17162
|
+
"gte": {
|
|
17163
|
+
"type": "number"
|
|
17164
|
+
},
|
|
17165
|
+
"lt": {
|
|
17166
|
+
"type": "number"
|
|
17167
|
+
},
|
|
17168
|
+
"lte": {
|
|
17169
|
+
"type": "number"
|
|
17170
|
+
}
|
|
17171
|
+
},
|
|
17172
|
+
"type": "object"
|
|
17173
|
+
}
|
|
17174
|
+
]
|
|
16485
17175
|
}
|
|
16486
17176
|
},
|
|
16487
17177
|
"required": [
|
|
@@ -16494,6 +17184,21 @@
|
|
|
16494
17184
|
},
|
|
16495
17185
|
"type": "array"
|
|
16496
17186
|
},
|
|
17187
|
+
"mitigate": {
|
|
17188
|
+
"properties": {
|
|
17189
|
+
"action": {
|
|
17190
|
+
"type": "string",
|
|
17191
|
+
"enum": [
|
|
17192
|
+
"challenge",
|
|
17193
|
+
"deny"
|
|
17194
|
+
]
|
|
17195
|
+
}
|
|
17196
|
+
},
|
|
17197
|
+
"required": [
|
|
17198
|
+
"action"
|
|
17199
|
+
],
|
|
17200
|
+
"type": "object"
|
|
17201
|
+
},
|
|
16497
17202
|
"locale": {
|
|
16498
17203
|
"properties": {
|
|
16499
17204
|
"redirect": {
|
|
@@ -32385,10 +33090,10 @@
|
|
|
32385
33090
|
"type": "string",
|
|
32386
33091
|
"enum": [
|
|
32387
33092
|
"system",
|
|
32388
|
-
"secret",
|
|
32389
33093
|
"encrypted",
|
|
32390
33094
|
"plain",
|
|
32391
|
-
"sensitive"
|
|
33095
|
+
"sensitive",
|
|
33096
|
+
"secret"
|
|
32392
33097
|
]
|
|
32393
33098
|
},
|
|
32394
33099
|
"sunsetSecretId": {
|
|
@@ -34256,1219 +34961,1219 @@
|
|
|
34256
34961
|
},
|
|
34257
34962
|
"permissions": {
|
|
34258
34963
|
"properties": {
|
|
34259
|
-
"
|
|
34964
|
+
"aliasProject": {
|
|
34260
34965
|
"items": {
|
|
34261
34966
|
"$ref": "#/components/schemas/ACLAction"
|
|
34262
34967
|
},
|
|
34263
34968
|
"type": "array"
|
|
34264
34969
|
},
|
|
34265
|
-
"
|
|
34970
|
+
"aliasProtectionBypass": {
|
|
34266
34971
|
"items": {
|
|
34267
34972
|
"$ref": "#/components/schemas/ACLAction"
|
|
34268
34973
|
},
|
|
34269
34974
|
"type": "array"
|
|
34270
34975
|
},
|
|
34271
|
-
"
|
|
34976
|
+
"buildMachine": {
|
|
34272
34977
|
"items": {
|
|
34273
34978
|
"$ref": "#/components/schemas/ACLAction"
|
|
34274
34979
|
},
|
|
34275
34980
|
"type": "array"
|
|
34276
34981
|
},
|
|
34277
|
-
"
|
|
34982
|
+
"productionAliasProtectionBypass": {
|
|
34278
34983
|
"items": {
|
|
34279
34984
|
"$ref": "#/components/schemas/ACLAction"
|
|
34280
34985
|
},
|
|
34281
34986
|
"type": "array"
|
|
34282
34987
|
},
|
|
34283
|
-
"
|
|
34988
|
+
"connectConfigurationLink": {
|
|
34284
34989
|
"items": {
|
|
34285
34990
|
"$ref": "#/components/schemas/ACLAction"
|
|
34286
34991
|
},
|
|
34287
34992
|
"type": "array"
|
|
34288
34993
|
},
|
|
34289
|
-
"
|
|
34994
|
+
"dataCacheNamespace": {
|
|
34290
34995
|
"items": {
|
|
34291
34996
|
"$ref": "#/components/schemas/ACLAction"
|
|
34292
34997
|
},
|
|
34293
34998
|
"type": "array"
|
|
34294
34999
|
},
|
|
34295
|
-
"
|
|
35000
|
+
"deployment": {
|
|
34296
35001
|
"items": {
|
|
34297
35002
|
"$ref": "#/components/schemas/ACLAction"
|
|
34298
35003
|
},
|
|
34299
35004
|
"type": "array"
|
|
34300
35005
|
},
|
|
34301
|
-
"
|
|
35006
|
+
"deploymentCheck": {
|
|
34302
35007
|
"items": {
|
|
34303
35008
|
"$ref": "#/components/schemas/ACLAction"
|
|
34304
35009
|
},
|
|
34305
35010
|
"type": "array"
|
|
34306
35011
|
},
|
|
34307
|
-
"
|
|
35012
|
+
"deploymentCheckPreview": {
|
|
34308
35013
|
"items": {
|
|
34309
35014
|
"$ref": "#/components/schemas/ACLAction"
|
|
34310
35015
|
},
|
|
34311
35016
|
"type": "array"
|
|
34312
35017
|
},
|
|
34313
|
-
"
|
|
35018
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
34314
35019
|
"items": {
|
|
34315
35020
|
"$ref": "#/components/schemas/ACLAction"
|
|
34316
35021
|
},
|
|
34317
35022
|
"type": "array"
|
|
34318
35023
|
},
|
|
34319
|
-
"
|
|
35024
|
+
"deploymentProductionGit": {
|
|
34320
35025
|
"items": {
|
|
34321
35026
|
"$ref": "#/components/schemas/ACLAction"
|
|
34322
35027
|
},
|
|
34323
35028
|
"type": "array"
|
|
34324
35029
|
},
|
|
34325
|
-
"
|
|
35030
|
+
"deploymentV0": {
|
|
34326
35031
|
"items": {
|
|
34327
35032
|
"$ref": "#/components/schemas/ACLAction"
|
|
34328
35033
|
},
|
|
34329
35034
|
"type": "array"
|
|
34330
35035
|
},
|
|
34331
|
-
"
|
|
35036
|
+
"deploymentPreview": {
|
|
34332
35037
|
"items": {
|
|
34333
35038
|
"$ref": "#/components/schemas/ACLAction"
|
|
34334
35039
|
},
|
|
34335
35040
|
"type": "array"
|
|
34336
35041
|
},
|
|
34337
|
-
"
|
|
35042
|
+
"deploymentPrivate": {
|
|
34338
35043
|
"items": {
|
|
34339
35044
|
"$ref": "#/components/schemas/ACLAction"
|
|
34340
35045
|
},
|
|
34341
35046
|
"type": "array"
|
|
34342
35047
|
},
|
|
34343
|
-
"
|
|
35048
|
+
"deploymentPromote": {
|
|
34344
35049
|
"items": {
|
|
34345
35050
|
"$ref": "#/components/schemas/ACLAction"
|
|
34346
35051
|
},
|
|
34347
35052
|
"type": "array"
|
|
34348
35053
|
},
|
|
34349
|
-
"
|
|
35054
|
+
"deploymentRollback": {
|
|
34350
35055
|
"items": {
|
|
34351
35056
|
"$ref": "#/components/schemas/ACLAction"
|
|
34352
35057
|
},
|
|
34353
35058
|
"type": "array"
|
|
34354
35059
|
},
|
|
34355
|
-
"
|
|
35060
|
+
"edgeCacheNamespace": {
|
|
34356
35061
|
"items": {
|
|
34357
35062
|
"$ref": "#/components/schemas/ACLAction"
|
|
34358
35063
|
},
|
|
34359
35064
|
"type": "array"
|
|
34360
35065
|
},
|
|
34361
|
-
"
|
|
35066
|
+
"environments": {
|
|
34362
35067
|
"items": {
|
|
34363
35068
|
"$ref": "#/components/schemas/ACLAction"
|
|
34364
35069
|
},
|
|
34365
35070
|
"type": "array"
|
|
34366
35071
|
},
|
|
34367
|
-
"
|
|
35072
|
+
"logs": {
|
|
34368
35073
|
"items": {
|
|
34369
35074
|
"$ref": "#/components/schemas/ACLAction"
|
|
34370
35075
|
},
|
|
34371
35076
|
"type": "array"
|
|
34372
35077
|
},
|
|
34373
|
-
"
|
|
35078
|
+
"logsPreset": {
|
|
34374
35079
|
"items": {
|
|
34375
35080
|
"$ref": "#/components/schemas/ACLAction"
|
|
34376
35081
|
},
|
|
34377
35082
|
"type": "array"
|
|
34378
35083
|
},
|
|
34379
|
-
"
|
|
35084
|
+
"passwordProtection": {
|
|
34380
35085
|
"items": {
|
|
34381
35086
|
"$ref": "#/components/schemas/ACLAction"
|
|
34382
35087
|
},
|
|
34383
35088
|
"type": "array"
|
|
34384
35089
|
},
|
|
34385
|
-
"
|
|
35090
|
+
"optionsAllowlist": {
|
|
34386
35091
|
"items": {
|
|
34387
35092
|
"$ref": "#/components/schemas/ACLAction"
|
|
34388
35093
|
},
|
|
34389
35094
|
"type": "array"
|
|
34390
35095
|
},
|
|
34391
|
-
"
|
|
35096
|
+
"job": {
|
|
34392
35097
|
"items": {
|
|
34393
35098
|
"$ref": "#/components/schemas/ACLAction"
|
|
34394
35099
|
},
|
|
34395
35100
|
"type": "array"
|
|
34396
35101
|
},
|
|
34397
|
-
"
|
|
35102
|
+
"observabilityData": {
|
|
34398
35103
|
"items": {
|
|
34399
35104
|
"$ref": "#/components/schemas/ACLAction"
|
|
34400
35105
|
},
|
|
34401
35106
|
"type": "array"
|
|
34402
35107
|
},
|
|
34403
|
-
"
|
|
35108
|
+
"onDemandBuild": {
|
|
34404
35109
|
"items": {
|
|
34405
35110
|
"$ref": "#/components/schemas/ACLAction"
|
|
34406
35111
|
},
|
|
34407
35112
|
"type": "array"
|
|
34408
35113
|
},
|
|
34409
|
-
"
|
|
35114
|
+
"onDemandConcurrency": {
|
|
34410
35115
|
"items": {
|
|
34411
35116
|
"$ref": "#/components/schemas/ACLAction"
|
|
34412
35117
|
},
|
|
34413
35118
|
"type": "array"
|
|
34414
35119
|
},
|
|
34415
|
-
"
|
|
35120
|
+
"project": {
|
|
34416
35121
|
"items": {
|
|
34417
35122
|
"$ref": "#/components/schemas/ACLAction"
|
|
34418
35123
|
},
|
|
34419
35124
|
"type": "array"
|
|
34420
35125
|
},
|
|
34421
|
-
"
|
|
35126
|
+
"projectFromV0": {
|
|
34422
35127
|
"items": {
|
|
34423
35128
|
"$ref": "#/components/schemas/ACLAction"
|
|
34424
35129
|
},
|
|
34425
35130
|
"type": "array"
|
|
34426
35131
|
},
|
|
34427
|
-
"
|
|
35132
|
+
"projectAccessGroup": {
|
|
34428
35133
|
"items": {
|
|
34429
35134
|
"$ref": "#/components/schemas/ACLAction"
|
|
34430
35135
|
},
|
|
34431
35136
|
"type": "array"
|
|
34432
35137
|
},
|
|
34433
|
-
"
|
|
35138
|
+
"projectAnalyticsSampling": {
|
|
34434
35139
|
"items": {
|
|
34435
35140
|
"$ref": "#/components/schemas/ACLAction"
|
|
34436
35141
|
},
|
|
34437
35142
|
"type": "array"
|
|
34438
35143
|
},
|
|
34439
|
-
"
|
|
35144
|
+
"projectCheck": {
|
|
34440
35145
|
"items": {
|
|
34441
35146
|
"$ref": "#/components/schemas/ACLAction"
|
|
34442
35147
|
},
|
|
34443
35148
|
"type": "array"
|
|
34444
35149
|
},
|
|
34445
|
-
"
|
|
35150
|
+
"projectCheckRun": {
|
|
34446
35151
|
"items": {
|
|
34447
35152
|
"$ref": "#/components/schemas/ACLAction"
|
|
34448
35153
|
},
|
|
34449
35154
|
"type": "array"
|
|
34450
35155
|
},
|
|
34451
|
-
"
|
|
35156
|
+
"projectDeploymentHook": {
|
|
34452
35157
|
"items": {
|
|
34453
35158
|
"$ref": "#/components/schemas/ACLAction"
|
|
34454
35159
|
},
|
|
34455
35160
|
"type": "array"
|
|
34456
35161
|
},
|
|
34457
|
-
"
|
|
35162
|
+
"projectDomain": {
|
|
34458
35163
|
"items": {
|
|
34459
35164
|
"$ref": "#/components/schemas/ACLAction"
|
|
34460
35165
|
},
|
|
34461
35166
|
"type": "array"
|
|
34462
35167
|
},
|
|
34463
|
-
"
|
|
35168
|
+
"projectDomainMove": {
|
|
34464
35169
|
"items": {
|
|
34465
35170
|
"$ref": "#/components/schemas/ACLAction"
|
|
34466
35171
|
},
|
|
34467
35172
|
"type": "array"
|
|
34468
35173
|
},
|
|
34469
|
-
"
|
|
35174
|
+
"projectDomainCheckConfig": {
|
|
34470
35175
|
"items": {
|
|
34471
35176
|
"$ref": "#/components/schemas/ACLAction"
|
|
34472
35177
|
},
|
|
34473
35178
|
"type": "array"
|
|
34474
35179
|
},
|
|
34475
|
-
"
|
|
35180
|
+
"projectEnvVars": {
|
|
34476
35181
|
"items": {
|
|
34477
35182
|
"$ref": "#/components/schemas/ACLAction"
|
|
34478
35183
|
},
|
|
34479
35184
|
"type": "array"
|
|
34480
35185
|
},
|
|
34481
|
-
"
|
|
35186
|
+
"projectEnvVarsProduction": {
|
|
34482
35187
|
"items": {
|
|
34483
35188
|
"$ref": "#/components/schemas/ACLAction"
|
|
34484
35189
|
},
|
|
34485
35190
|
"type": "array"
|
|
34486
35191
|
},
|
|
34487
|
-
"
|
|
35192
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
34488
35193
|
"items": {
|
|
34489
35194
|
"$ref": "#/components/schemas/ACLAction"
|
|
34490
35195
|
},
|
|
34491
35196
|
"type": "array"
|
|
34492
35197
|
},
|
|
34493
|
-
"
|
|
35198
|
+
"projectFlags": {
|
|
34494
35199
|
"items": {
|
|
34495
35200
|
"$ref": "#/components/schemas/ACLAction"
|
|
34496
35201
|
},
|
|
34497
35202
|
"type": "array"
|
|
34498
35203
|
},
|
|
34499
|
-
"
|
|
35204
|
+
"projectId": {
|
|
34500
35205
|
"items": {
|
|
34501
35206
|
"$ref": "#/components/schemas/ACLAction"
|
|
34502
35207
|
},
|
|
34503
35208
|
"type": "array"
|
|
34504
35209
|
},
|
|
34505
|
-
"
|
|
35210
|
+
"projectIntegrationConfiguration": {
|
|
34506
35211
|
"items": {
|
|
34507
35212
|
"$ref": "#/components/schemas/ACLAction"
|
|
34508
35213
|
},
|
|
34509
35214
|
"type": "array"
|
|
34510
35215
|
},
|
|
34511
|
-
"
|
|
35216
|
+
"projectLink": {
|
|
34512
35217
|
"items": {
|
|
34513
35218
|
"$ref": "#/components/schemas/ACLAction"
|
|
34514
35219
|
},
|
|
34515
35220
|
"type": "array"
|
|
34516
35221
|
},
|
|
34517
|
-
"
|
|
35222
|
+
"projectMember": {
|
|
34518
35223
|
"items": {
|
|
34519
35224
|
"$ref": "#/components/schemas/ACLAction"
|
|
34520
35225
|
},
|
|
34521
35226
|
"type": "array"
|
|
34522
35227
|
},
|
|
34523
|
-
"
|
|
35228
|
+
"projectMonitoring": {
|
|
34524
35229
|
"items": {
|
|
34525
35230
|
"$ref": "#/components/schemas/ACLAction"
|
|
34526
35231
|
},
|
|
34527
35232
|
"type": "array"
|
|
34528
35233
|
},
|
|
34529
|
-
"
|
|
35234
|
+
"projectPermissions": {
|
|
34530
35235
|
"items": {
|
|
34531
35236
|
"$ref": "#/components/schemas/ACLAction"
|
|
34532
35237
|
},
|
|
34533
35238
|
"type": "array"
|
|
34534
35239
|
},
|
|
34535
|
-
"
|
|
35240
|
+
"projectProductionBranch": {
|
|
34536
35241
|
"items": {
|
|
34537
35242
|
"$ref": "#/components/schemas/ACLAction"
|
|
34538
35243
|
},
|
|
34539
35244
|
"type": "array"
|
|
34540
35245
|
},
|
|
34541
|
-
"
|
|
35246
|
+
"projectTransfer": {
|
|
34542
35247
|
"items": {
|
|
34543
35248
|
"$ref": "#/components/schemas/ACLAction"
|
|
34544
35249
|
},
|
|
34545
35250
|
"type": "array"
|
|
34546
35251
|
},
|
|
34547
|
-
"
|
|
35252
|
+
"projectTransferOut": {
|
|
34548
35253
|
"items": {
|
|
34549
35254
|
"$ref": "#/components/schemas/ACLAction"
|
|
34550
35255
|
},
|
|
34551
35256
|
"type": "array"
|
|
34552
35257
|
},
|
|
34553
|
-
"
|
|
35258
|
+
"projectProtectionBypass": {
|
|
34554
35259
|
"items": {
|
|
34555
35260
|
"$ref": "#/components/schemas/ACLAction"
|
|
34556
35261
|
},
|
|
34557
35262
|
"type": "array"
|
|
34558
35263
|
},
|
|
34559
|
-
"
|
|
35264
|
+
"projectUsage": {
|
|
34560
35265
|
"items": {
|
|
34561
35266
|
"$ref": "#/components/schemas/ACLAction"
|
|
34562
35267
|
},
|
|
34563
35268
|
"type": "array"
|
|
34564
35269
|
},
|
|
34565
|
-
"
|
|
35270
|
+
"projectAnalyticsUsage": {
|
|
34566
35271
|
"items": {
|
|
34567
35272
|
"$ref": "#/components/schemas/ACLAction"
|
|
34568
35273
|
},
|
|
34569
35274
|
"type": "array"
|
|
34570
35275
|
},
|
|
34571
|
-
"
|
|
35276
|
+
"projectSupportCase": {
|
|
34572
35277
|
"items": {
|
|
34573
35278
|
"$ref": "#/components/schemas/ACLAction"
|
|
34574
35279
|
},
|
|
34575
35280
|
"type": "array"
|
|
34576
35281
|
},
|
|
34577
|
-
"
|
|
35282
|
+
"projectSupportCaseComment": {
|
|
34578
35283
|
"items": {
|
|
34579
35284
|
"$ref": "#/components/schemas/ACLAction"
|
|
34580
35285
|
},
|
|
34581
35286
|
"type": "array"
|
|
34582
35287
|
},
|
|
34583
|
-
"
|
|
35288
|
+
"projectDeploymentExpiration": {
|
|
34584
35289
|
"items": {
|
|
34585
35290
|
"$ref": "#/components/schemas/ACLAction"
|
|
34586
35291
|
},
|
|
34587
35292
|
"type": "array"
|
|
34588
35293
|
},
|
|
34589
|
-
"
|
|
35294
|
+
"projectRollingRelease": {
|
|
34590
35295
|
"items": {
|
|
34591
35296
|
"$ref": "#/components/schemas/ACLAction"
|
|
34592
35297
|
},
|
|
34593
35298
|
"type": "array"
|
|
34594
35299
|
},
|
|
34595
|
-
"
|
|
35300
|
+
"projectTier": {
|
|
34596
35301
|
"items": {
|
|
34597
35302
|
"$ref": "#/components/schemas/ACLAction"
|
|
34598
35303
|
},
|
|
34599
35304
|
"type": "array"
|
|
34600
35305
|
},
|
|
34601
|
-
"
|
|
35306
|
+
"seawallConfig": {
|
|
34602
35307
|
"items": {
|
|
34603
35308
|
"$ref": "#/components/schemas/ACLAction"
|
|
34604
35309
|
},
|
|
34605
35310
|
"type": "array"
|
|
34606
35311
|
},
|
|
34607
|
-
"
|
|
35312
|
+
"skewProtection": {
|
|
34608
35313
|
"items": {
|
|
34609
35314
|
"$ref": "#/components/schemas/ACLAction"
|
|
34610
35315
|
},
|
|
34611
35316
|
"type": "array"
|
|
34612
35317
|
},
|
|
34613
|
-
"
|
|
35318
|
+
"analytics": {
|
|
34614
35319
|
"items": {
|
|
34615
35320
|
"$ref": "#/components/schemas/ACLAction"
|
|
34616
35321
|
},
|
|
34617
35322
|
"type": "array"
|
|
34618
35323
|
},
|
|
34619
|
-
"
|
|
35324
|
+
"trustedIps": {
|
|
34620
35325
|
"items": {
|
|
34621
35326
|
"$ref": "#/components/schemas/ACLAction"
|
|
34622
35327
|
},
|
|
34623
35328
|
"type": "array"
|
|
34624
35329
|
},
|
|
34625
|
-
"
|
|
35330
|
+
"webAnalytics": {
|
|
34626
35331
|
"items": {
|
|
34627
35332
|
"$ref": "#/components/schemas/ACLAction"
|
|
34628
35333
|
},
|
|
34629
35334
|
"type": "array"
|
|
34630
35335
|
},
|
|
34631
|
-
"
|
|
35336
|
+
"sharedEnvVarConnection": {
|
|
34632
35337
|
"items": {
|
|
34633
35338
|
"$ref": "#/components/schemas/ACLAction"
|
|
34634
35339
|
},
|
|
34635
35340
|
"type": "array"
|
|
34636
35341
|
},
|
|
34637
|
-
"
|
|
35342
|
+
"sonar": {
|
|
34638
35343
|
"items": {
|
|
34639
35344
|
"$ref": "#/components/schemas/ACLAction"
|
|
34640
35345
|
},
|
|
34641
35346
|
"type": "array"
|
|
34642
35347
|
},
|
|
34643
|
-
"
|
|
35348
|
+
"user": {
|
|
34644
35349
|
"items": {
|
|
34645
35350
|
"$ref": "#/components/schemas/ACLAction"
|
|
34646
35351
|
},
|
|
34647
35352
|
"type": "array"
|
|
34648
35353
|
},
|
|
34649
|
-
"
|
|
35354
|
+
"userConnection": {
|
|
34650
35355
|
"items": {
|
|
34651
35356
|
"$ref": "#/components/schemas/ACLAction"
|
|
34652
35357
|
},
|
|
34653
35358
|
"type": "array"
|
|
34654
35359
|
},
|
|
34655
|
-
"
|
|
35360
|
+
"userSudo": {
|
|
34656
35361
|
"items": {
|
|
34657
35362
|
"$ref": "#/components/schemas/ACLAction"
|
|
34658
35363
|
},
|
|
34659
35364
|
"type": "array"
|
|
34660
35365
|
},
|
|
34661
|
-
"
|
|
35366
|
+
"webAuthn": {
|
|
34662
35367
|
"items": {
|
|
34663
35368
|
"$ref": "#/components/schemas/ACLAction"
|
|
34664
35369
|
},
|
|
34665
35370
|
"type": "array"
|
|
34666
35371
|
},
|
|
34667
|
-
"
|
|
35372
|
+
"oauth2Connection": {
|
|
34668
35373
|
"items": {
|
|
34669
35374
|
"$ref": "#/components/schemas/ACLAction"
|
|
34670
35375
|
},
|
|
34671
35376
|
"type": "array"
|
|
34672
35377
|
},
|
|
34673
|
-
"
|
|
35378
|
+
"accessGroup": {
|
|
34674
35379
|
"items": {
|
|
34675
35380
|
"$ref": "#/components/schemas/ACLAction"
|
|
34676
35381
|
},
|
|
34677
35382
|
"type": "array"
|
|
34678
35383
|
},
|
|
34679
|
-
"
|
|
35384
|
+
"aliasGlobal": {
|
|
34680
35385
|
"items": {
|
|
34681
35386
|
"$ref": "#/components/schemas/ACLAction"
|
|
34682
35387
|
},
|
|
34683
35388
|
"type": "array"
|
|
34684
35389
|
},
|
|
34685
|
-
"
|
|
35390
|
+
"analyticsSampling": {
|
|
34686
35391
|
"items": {
|
|
34687
35392
|
"$ref": "#/components/schemas/ACLAction"
|
|
34688
35393
|
},
|
|
34689
35394
|
"type": "array"
|
|
34690
35395
|
},
|
|
34691
|
-
"
|
|
35396
|
+
"analyticsUsage": {
|
|
34692
35397
|
"items": {
|
|
34693
35398
|
"$ref": "#/components/schemas/ACLAction"
|
|
34694
35399
|
},
|
|
34695
35400
|
"type": "array"
|
|
34696
35401
|
},
|
|
34697
|
-
"
|
|
35402
|
+
"auditLog": {
|
|
34698
35403
|
"items": {
|
|
34699
35404
|
"$ref": "#/components/schemas/ACLAction"
|
|
34700
35405
|
},
|
|
34701
35406
|
"type": "array"
|
|
34702
35407
|
},
|
|
34703
|
-
"
|
|
35408
|
+
"billingAddress": {
|
|
34704
35409
|
"items": {
|
|
34705
35410
|
"$ref": "#/components/schemas/ACLAction"
|
|
34706
35411
|
},
|
|
34707
35412
|
"type": "array"
|
|
34708
35413
|
},
|
|
34709
|
-
"
|
|
35414
|
+
"billingInformation": {
|
|
34710
35415
|
"items": {
|
|
34711
35416
|
"$ref": "#/components/schemas/ACLAction"
|
|
34712
35417
|
},
|
|
34713
35418
|
"type": "array"
|
|
34714
35419
|
},
|
|
34715
|
-
"
|
|
35420
|
+
"billingInvoice": {
|
|
34716
35421
|
"items": {
|
|
34717
35422
|
"$ref": "#/components/schemas/ACLAction"
|
|
34718
35423
|
},
|
|
34719
35424
|
"type": "array"
|
|
34720
35425
|
},
|
|
34721
|
-
"
|
|
35426
|
+
"billingInvoiceEmailRecipient": {
|
|
34722
35427
|
"items": {
|
|
34723
35428
|
"$ref": "#/components/schemas/ACLAction"
|
|
34724
35429
|
},
|
|
34725
35430
|
"type": "array"
|
|
34726
35431
|
},
|
|
34727
|
-
"
|
|
35432
|
+
"billingInvoiceLanguage": {
|
|
34728
35433
|
"items": {
|
|
34729
35434
|
"$ref": "#/components/schemas/ACLAction"
|
|
34730
35435
|
},
|
|
34731
35436
|
"type": "array"
|
|
34732
35437
|
},
|
|
34733
|
-
"
|
|
35438
|
+
"billingPlan": {
|
|
34734
35439
|
"items": {
|
|
34735
35440
|
"$ref": "#/components/schemas/ACLAction"
|
|
34736
35441
|
},
|
|
34737
35442
|
"type": "array"
|
|
34738
35443
|
},
|
|
34739
|
-
"
|
|
35444
|
+
"billingPurchaseOrder": {
|
|
34740
35445
|
"items": {
|
|
34741
35446
|
"$ref": "#/components/schemas/ACLAction"
|
|
34742
35447
|
},
|
|
34743
35448
|
"type": "array"
|
|
34744
35449
|
},
|
|
34745
|
-
"
|
|
35450
|
+
"billingTaxId": {
|
|
34746
35451
|
"items": {
|
|
34747
35452
|
"$ref": "#/components/schemas/ACLAction"
|
|
34748
35453
|
},
|
|
34749
35454
|
"type": "array"
|
|
34750
35455
|
},
|
|
34751
|
-
"
|
|
35456
|
+
"blob": {
|
|
34752
35457
|
"items": {
|
|
34753
35458
|
"$ref": "#/components/schemas/ACLAction"
|
|
34754
35459
|
},
|
|
34755
35460
|
"type": "array"
|
|
34756
35461
|
},
|
|
34757
|
-
"
|
|
35462
|
+
"budget": {
|
|
34758
35463
|
"items": {
|
|
34759
35464
|
"$ref": "#/components/schemas/ACLAction"
|
|
34760
35465
|
},
|
|
34761
35466
|
"type": "array"
|
|
34762
35467
|
},
|
|
34763
|
-
"
|
|
35468
|
+
"cacheArtifact": {
|
|
34764
35469
|
"items": {
|
|
34765
35470
|
"$ref": "#/components/schemas/ACLAction"
|
|
34766
35471
|
},
|
|
34767
35472
|
"type": "array"
|
|
34768
35473
|
},
|
|
34769
|
-
"
|
|
35474
|
+
"cacheArtifactUsageEvent": {
|
|
34770
35475
|
"items": {
|
|
34771
35476
|
"$ref": "#/components/schemas/ACLAction"
|
|
34772
35477
|
},
|
|
34773
35478
|
"type": "array"
|
|
34774
35479
|
},
|
|
34775
|
-
"
|
|
35480
|
+
"codeChecks": {
|
|
34776
35481
|
"items": {
|
|
34777
35482
|
"$ref": "#/components/schemas/ACLAction"
|
|
34778
35483
|
},
|
|
34779
35484
|
"type": "array"
|
|
34780
35485
|
},
|
|
34781
|
-
"
|
|
35486
|
+
"concurrentBuilds": {
|
|
34782
35487
|
"items": {
|
|
34783
35488
|
"$ref": "#/components/schemas/ACLAction"
|
|
34784
35489
|
},
|
|
34785
35490
|
"type": "array"
|
|
34786
35491
|
},
|
|
34787
|
-
"
|
|
35492
|
+
"connect": {
|
|
34788
35493
|
"items": {
|
|
34789
35494
|
"$ref": "#/components/schemas/ACLAction"
|
|
34790
35495
|
},
|
|
34791
35496
|
"type": "array"
|
|
34792
35497
|
},
|
|
34793
|
-
"
|
|
35498
|
+
"connectConfiguration": {
|
|
34794
35499
|
"items": {
|
|
34795
35500
|
"$ref": "#/components/schemas/ACLAction"
|
|
34796
35501
|
},
|
|
34797
35502
|
"type": "array"
|
|
34798
35503
|
},
|
|
34799
|
-
"
|
|
35504
|
+
"domain": {
|
|
34800
35505
|
"items": {
|
|
34801
35506
|
"$ref": "#/components/schemas/ACLAction"
|
|
34802
35507
|
},
|
|
34803
35508
|
"type": "array"
|
|
34804
35509
|
},
|
|
34805
|
-
"
|
|
35510
|
+
"domainAcceptDelegation": {
|
|
34806
35511
|
"items": {
|
|
34807
35512
|
"$ref": "#/components/schemas/ACLAction"
|
|
34808
35513
|
},
|
|
34809
35514
|
"type": "array"
|
|
34810
35515
|
},
|
|
34811
|
-
"
|
|
35516
|
+
"domainAuthCodes": {
|
|
34812
35517
|
"items": {
|
|
34813
35518
|
"$ref": "#/components/schemas/ACLAction"
|
|
34814
35519
|
},
|
|
34815
35520
|
"type": "array"
|
|
34816
35521
|
},
|
|
34817
|
-
"
|
|
35522
|
+
"domainCertificate": {
|
|
34818
35523
|
"items": {
|
|
34819
35524
|
"$ref": "#/components/schemas/ACLAction"
|
|
34820
35525
|
},
|
|
34821
35526
|
"type": "array"
|
|
34822
35527
|
},
|
|
34823
|
-
"
|
|
35528
|
+
"domainCheckConfig": {
|
|
34824
35529
|
"items": {
|
|
34825
35530
|
"$ref": "#/components/schemas/ACLAction"
|
|
34826
35531
|
},
|
|
34827
35532
|
"type": "array"
|
|
34828
35533
|
},
|
|
34829
|
-
"
|
|
35534
|
+
"domainMove": {
|
|
34830
35535
|
"items": {
|
|
34831
35536
|
"$ref": "#/components/schemas/ACLAction"
|
|
34832
35537
|
},
|
|
34833
35538
|
"type": "array"
|
|
34834
35539
|
},
|
|
34835
|
-
"
|
|
35540
|
+
"domainPurchase": {
|
|
34836
35541
|
"items": {
|
|
34837
35542
|
"$ref": "#/components/schemas/ACLAction"
|
|
34838
35543
|
},
|
|
34839
35544
|
"type": "array"
|
|
34840
35545
|
},
|
|
34841
|
-
"
|
|
35546
|
+
"domainRecord": {
|
|
34842
35547
|
"items": {
|
|
34843
35548
|
"$ref": "#/components/schemas/ACLAction"
|
|
34844
35549
|
},
|
|
34845
35550
|
"type": "array"
|
|
34846
35551
|
},
|
|
34847
|
-
"
|
|
35552
|
+
"domainTransferIn": {
|
|
34848
35553
|
"items": {
|
|
34849
35554
|
"$ref": "#/components/schemas/ACLAction"
|
|
34850
35555
|
},
|
|
34851
35556
|
"type": "array"
|
|
34852
35557
|
},
|
|
34853
|
-
"
|
|
35558
|
+
"event": {
|
|
34854
35559
|
"items": {
|
|
34855
35560
|
"$ref": "#/components/schemas/ACLAction"
|
|
34856
35561
|
},
|
|
34857
35562
|
"type": "array"
|
|
34858
35563
|
},
|
|
34859
|
-
"
|
|
35564
|
+
"ownEvent": {
|
|
34860
35565
|
"items": {
|
|
34861
35566
|
"$ref": "#/components/schemas/ACLAction"
|
|
34862
35567
|
},
|
|
34863
35568
|
"type": "array"
|
|
34864
35569
|
},
|
|
34865
|
-
"
|
|
35570
|
+
"sensitiveEnvironmentVariablePolicy": {
|
|
34866
35571
|
"items": {
|
|
34867
35572
|
"$ref": "#/components/schemas/ACLAction"
|
|
34868
35573
|
},
|
|
34869
35574
|
"type": "array"
|
|
34870
35575
|
},
|
|
34871
|
-
"
|
|
35576
|
+
"fileUpload": {
|
|
34872
35577
|
"items": {
|
|
34873
35578
|
"$ref": "#/components/schemas/ACLAction"
|
|
34874
35579
|
},
|
|
34875
35580
|
"type": "array"
|
|
34876
35581
|
},
|
|
34877
|
-
"
|
|
35582
|
+
"flagsExplorerSubscription": {
|
|
34878
35583
|
"items": {
|
|
34879
35584
|
"$ref": "#/components/schemas/ACLAction"
|
|
34880
35585
|
},
|
|
34881
35586
|
"type": "array"
|
|
34882
35587
|
},
|
|
34883
|
-
"
|
|
35588
|
+
"gitRepository": {
|
|
34884
35589
|
"items": {
|
|
34885
35590
|
"$ref": "#/components/schemas/ACLAction"
|
|
34886
35591
|
},
|
|
34887
35592
|
"type": "array"
|
|
34888
35593
|
},
|
|
34889
|
-
"
|
|
35594
|
+
"ipBlocking": {
|
|
34890
35595
|
"items": {
|
|
34891
35596
|
"$ref": "#/components/schemas/ACLAction"
|
|
34892
35597
|
},
|
|
34893
35598
|
"type": "array"
|
|
34894
35599
|
},
|
|
34895
|
-
"
|
|
35600
|
+
"imageOptimizationNewPrice": {
|
|
34896
35601
|
"items": {
|
|
34897
35602
|
"$ref": "#/components/schemas/ACLAction"
|
|
34898
35603
|
},
|
|
34899
35604
|
"type": "array"
|
|
34900
35605
|
},
|
|
34901
|
-
"
|
|
35606
|
+
"integration": {
|
|
34902
35607
|
"items": {
|
|
34903
35608
|
"$ref": "#/components/schemas/ACLAction"
|
|
34904
35609
|
},
|
|
34905
35610
|
"type": "array"
|
|
34906
35611
|
},
|
|
34907
|
-
"
|
|
35612
|
+
"integrationAccount": {
|
|
34908
35613
|
"items": {
|
|
34909
35614
|
"$ref": "#/components/schemas/ACLAction"
|
|
34910
35615
|
},
|
|
34911
35616
|
"type": "array"
|
|
34912
35617
|
},
|
|
34913
|
-
"
|
|
35618
|
+
"integrationConfiguration": {
|
|
34914
35619
|
"items": {
|
|
34915
35620
|
"$ref": "#/components/schemas/ACLAction"
|
|
34916
35621
|
},
|
|
34917
35622
|
"type": "array"
|
|
34918
35623
|
},
|
|
34919
|
-
"
|
|
35624
|
+
"integrationConfigurationTransfer": {
|
|
34920
35625
|
"items": {
|
|
34921
35626
|
"$ref": "#/components/schemas/ACLAction"
|
|
34922
35627
|
},
|
|
34923
35628
|
"type": "array"
|
|
34924
35629
|
},
|
|
34925
|
-
"
|
|
35630
|
+
"integrationConfigurationProjects": {
|
|
34926
35631
|
"items": {
|
|
34927
35632
|
"$ref": "#/components/schemas/ACLAction"
|
|
34928
35633
|
},
|
|
34929
35634
|
"type": "array"
|
|
34930
35635
|
},
|
|
34931
|
-
"
|
|
35636
|
+
"integrationVercelConfigurationOverride": {
|
|
34932
35637
|
"items": {
|
|
34933
35638
|
"$ref": "#/components/schemas/ACLAction"
|
|
34934
35639
|
},
|
|
34935
35640
|
"type": "array"
|
|
34936
35641
|
},
|
|
34937
|
-
"
|
|
35642
|
+
"integrationConfigurationRole": {
|
|
34938
35643
|
"items": {
|
|
34939
35644
|
"$ref": "#/components/schemas/ACLAction"
|
|
34940
35645
|
},
|
|
34941
35646
|
"type": "array"
|
|
34942
35647
|
},
|
|
34943
|
-
"
|
|
35648
|
+
"integrationSSOSession": {
|
|
34944
35649
|
"items": {
|
|
34945
35650
|
"$ref": "#/components/schemas/ACLAction"
|
|
34946
35651
|
},
|
|
34947
35652
|
"type": "array"
|
|
34948
35653
|
},
|
|
34949
|
-
"
|
|
35654
|
+
"integrationResource": {
|
|
34950
35655
|
"items": {
|
|
34951
35656
|
"$ref": "#/components/schemas/ACLAction"
|
|
34952
35657
|
},
|
|
34953
35658
|
"type": "array"
|
|
34954
35659
|
},
|
|
34955
|
-
"
|
|
35660
|
+
"integrationEvent": {
|
|
34956
35661
|
"items": {
|
|
34957
35662
|
"$ref": "#/components/schemas/ACLAction"
|
|
34958
35663
|
},
|
|
34959
35664
|
"type": "array"
|
|
34960
35665
|
},
|
|
34961
|
-
"
|
|
35666
|
+
"integrationResourceSecrets": {
|
|
34962
35667
|
"items": {
|
|
34963
35668
|
"$ref": "#/components/schemas/ACLAction"
|
|
34964
35669
|
},
|
|
34965
35670
|
"type": "array"
|
|
34966
35671
|
},
|
|
34967
|
-
"
|
|
35672
|
+
"integrationDeploymentAction": {
|
|
34968
35673
|
"items": {
|
|
34969
35674
|
"$ref": "#/components/schemas/ACLAction"
|
|
34970
35675
|
},
|
|
34971
35676
|
"type": "array"
|
|
34972
35677
|
},
|
|
34973
|
-
"
|
|
35678
|
+
"marketplaceInstallationMember": {
|
|
34974
35679
|
"items": {
|
|
34975
35680
|
"$ref": "#/components/schemas/ACLAction"
|
|
34976
35681
|
},
|
|
34977
35682
|
"type": "array"
|
|
34978
35683
|
},
|
|
34979
|
-
"
|
|
35684
|
+
"marketplaceBillingData": {
|
|
34980
35685
|
"items": {
|
|
34981
35686
|
"$ref": "#/components/schemas/ACLAction"
|
|
34982
35687
|
},
|
|
34983
35688
|
"type": "array"
|
|
34984
35689
|
},
|
|
34985
|
-
"
|
|
35690
|
+
"marketplaceInvoice": {
|
|
34986
35691
|
"items": {
|
|
34987
35692
|
"$ref": "#/components/schemas/ACLAction"
|
|
34988
35693
|
},
|
|
34989
35694
|
"type": "array"
|
|
34990
35695
|
},
|
|
34991
|
-
"
|
|
35696
|
+
"marketplaceExperimentationItem": {
|
|
34992
35697
|
"items": {
|
|
34993
35698
|
"$ref": "#/components/schemas/ACLAction"
|
|
34994
35699
|
},
|
|
34995
35700
|
"type": "array"
|
|
34996
35701
|
},
|
|
34997
|
-
"
|
|
35702
|
+
"marketplaceExperimentationEdgeConfigData": {
|
|
34998
35703
|
"items": {
|
|
34999
35704
|
"$ref": "#/components/schemas/ACLAction"
|
|
35000
35705
|
},
|
|
35001
35706
|
"type": "array"
|
|
35002
35707
|
},
|
|
35003
|
-
"
|
|
35708
|
+
"jobGlobal": {
|
|
35004
35709
|
"items": {
|
|
35005
35710
|
"$ref": "#/components/schemas/ACLAction"
|
|
35006
35711
|
},
|
|
35007
35712
|
"type": "array"
|
|
35008
35713
|
},
|
|
35009
|
-
"
|
|
35714
|
+
"drain": {
|
|
35010
35715
|
"items": {
|
|
35011
35716
|
"$ref": "#/components/schemas/ACLAction"
|
|
35012
35717
|
},
|
|
35013
35718
|
"type": "array"
|
|
35014
35719
|
},
|
|
35015
|
-
"
|
|
35720
|
+
"logDrain": {
|
|
35016
35721
|
"items": {
|
|
35017
35722
|
"$ref": "#/components/schemas/ACLAction"
|
|
35018
35723
|
},
|
|
35019
35724
|
"type": "array"
|
|
35020
35725
|
},
|
|
35021
|
-
"
|
|
35726
|
+
"Monitoring": {
|
|
35022
35727
|
"items": {
|
|
35023
35728
|
"$ref": "#/components/schemas/ACLAction"
|
|
35024
35729
|
},
|
|
35025
35730
|
"type": "array"
|
|
35026
35731
|
},
|
|
35027
|
-
"
|
|
35732
|
+
"monitoringSettings": {
|
|
35028
35733
|
"items": {
|
|
35029
35734
|
"$ref": "#/components/schemas/ACLAction"
|
|
35030
35735
|
},
|
|
35031
35736
|
"type": "array"
|
|
35032
35737
|
},
|
|
35033
|
-
"
|
|
35738
|
+
"monitoringQuery": {
|
|
35034
35739
|
"items": {
|
|
35035
35740
|
"$ref": "#/components/schemas/ACLAction"
|
|
35036
35741
|
},
|
|
35037
35742
|
"type": "array"
|
|
35038
35743
|
},
|
|
35039
|
-
"
|
|
35744
|
+
"monitoringChart": {
|
|
35040
35745
|
"items": {
|
|
35041
35746
|
"$ref": "#/components/schemas/ACLAction"
|
|
35042
35747
|
},
|
|
35043
35748
|
"type": "array"
|
|
35044
35749
|
},
|
|
35045
|
-
"
|
|
35750
|
+
"monitoringAlert": {
|
|
35046
35751
|
"items": {
|
|
35047
35752
|
"$ref": "#/components/schemas/ACLAction"
|
|
35048
35753
|
},
|
|
35049
35754
|
"type": "array"
|
|
35050
35755
|
},
|
|
35051
|
-
"
|
|
35756
|
+
"notificationDeploymentFailed": {
|
|
35052
35757
|
"items": {
|
|
35053
35758
|
"$ref": "#/components/schemas/ACLAction"
|
|
35054
35759
|
},
|
|
35055
35760
|
"type": "array"
|
|
35056
35761
|
},
|
|
35057
|
-
"
|
|
35762
|
+
"notificationDomainConfiguration": {
|
|
35058
35763
|
"items": {
|
|
35059
35764
|
"$ref": "#/components/schemas/ACLAction"
|
|
35060
35765
|
},
|
|
35061
35766
|
"type": "array"
|
|
35062
35767
|
},
|
|
35063
|
-
"
|
|
35768
|
+
"notificationDomainExpire": {
|
|
35064
35769
|
"items": {
|
|
35065
35770
|
"$ref": "#/components/schemas/ACLAction"
|
|
35066
35771
|
},
|
|
35067
35772
|
"type": "array"
|
|
35068
35773
|
},
|
|
35069
|
-
"
|
|
35774
|
+
"notificationDomainMoved": {
|
|
35070
35775
|
"items": {
|
|
35071
35776
|
"$ref": "#/components/schemas/ACLAction"
|
|
35072
35777
|
},
|
|
35073
35778
|
"type": "array"
|
|
35074
35779
|
},
|
|
35075
|
-
"
|
|
35780
|
+
"notificationDomainPurchase": {
|
|
35076
35781
|
"items": {
|
|
35077
35782
|
"$ref": "#/components/schemas/ACLAction"
|
|
35078
35783
|
},
|
|
35079
35784
|
"type": "array"
|
|
35080
35785
|
},
|
|
35081
|
-
"
|
|
35786
|
+
"notificationDomainRenewal": {
|
|
35082
35787
|
"items": {
|
|
35083
35788
|
"$ref": "#/components/schemas/ACLAction"
|
|
35084
35789
|
},
|
|
35085
35790
|
"type": "array"
|
|
35086
35791
|
},
|
|
35087
|
-
"
|
|
35792
|
+
"notificationDomainTransfer": {
|
|
35088
35793
|
"items": {
|
|
35089
35794
|
"$ref": "#/components/schemas/ACLAction"
|
|
35090
35795
|
},
|
|
35091
35796
|
"type": "array"
|
|
35092
35797
|
},
|
|
35093
|
-
"
|
|
35798
|
+
"notificationDomainUnverified": {
|
|
35094
35799
|
"items": {
|
|
35095
35800
|
"$ref": "#/components/schemas/ACLAction"
|
|
35096
35801
|
},
|
|
35097
35802
|
"type": "array"
|
|
35098
35803
|
},
|
|
35099
|
-
"
|
|
35804
|
+
"NotificationMonitoringAlert": {
|
|
35100
35805
|
"items": {
|
|
35101
35806
|
"$ref": "#/components/schemas/ACLAction"
|
|
35102
35807
|
},
|
|
35103
35808
|
"type": "array"
|
|
35104
35809
|
},
|
|
35105
|
-
"
|
|
35810
|
+
"notificationPaymentFailed": {
|
|
35106
35811
|
"items": {
|
|
35107
35812
|
"$ref": "#/components/schemas/ACLAction"
|
|
35108
35813
|
},
|
|
35109
35814
|
"type": "array"
|
|
35110
35815
|
},
|
|
35111
|
-
"
|
|
35816
|
+
"notificationUsageAlert": {
|
|
35112
35817
|
"items": {
|
|
35113
35818
|
"$ref": "#/components/schemas/ACLAction"
|
|
35114
35819
|
},
|
|
35115
35820
|
"type": "array"
|
|
35116
35821
|
},
|
|
35117
|
-
"
|
|
35822
|
+
"notificationCustomerBudget": {
|
|
35118
35823
|
"items": {
|
|
35119
35824
|
"$ref": "#/components/schemas/ACLAction"
|
|
35120
35825
|
},
|
|
35121
35826
|
"type": "array"
|
|
35122
35827
|
},
|
|
35123
|
-
"
|
|
35828
|
+
"notificationStatementOfReasons": {
|
|
35124
35829
|
"items": {
|
|
35125
35830
|
"$ref": "#/components/schemas/ACLAction"
|
|
35126
35831
|
},
|
|
35127
35832
|
"type": "array"
|
|
35128
35833
|
},
|
|
35129
|
-
"
|
|
35834
|
+
"observabilityConfiguration": {
|
|
35130
35835
|
"items": {
|
|
35131
35836
|
"$ref": "#/components/schemas/ACLAction"
|
|
35132
35837
|
},
|
|
35133
35838
|
"type": "array"
|
|
35134
35839
|
},
|
|
35135
|
-
"
|
|
35840
|
+
"observabilityNotebook": {
|
|
35136
35841
|
"items": {
|
|
35137
35842
|
"$ref": "#/components/schemas/ACLAction"
|
|
35138
35843
|
},
|
|
35139
35844
|
"type": "array"
|
|
35140
35845
|
},
|
|
35141
|
-
"
|
|
35846
|
+
"openTelemetryEndpoint": {
|
|
35142
35847
|
"items": {
|
|
35143
35848
|
"$ref": "#/components/schemas/ACLAction"
|
|
35144
35849
|
},
|
|
35145
35850
|
"type": "array"
|
|
35146
35851
|
},
|
|
35147
|
-
"
|
|
35852
|
+
"vercelAppInstallation": {
|
|
35148
35853
|
"items": {
|
|
35149
35854
|
"$ref": "#/components/schemas/ACLAction"
|
|
35150
35855
|
},
|
|
35151
35856
|
"type": "array"
|
|
35152
35857
|
},
|
|
35153
|
-
"
|
|
35858
|
+
"paymentMethod": {
|
|
35154
35859
|
"items": {
|
|
35155
35860
|
"$ref": "#/components/schemas/ACLAction"
|
|
35156
35861
|
},
|
|
35157
35862
|
"type": "array"
|
|
35158
35863
|
},
|
|
35159
|
-
"
|
|
35864
|
+
"permissions": {
|
|
35160
35865
|
"items": {
|
|
35161
35866
|
"$ref": "#/components/schemas/ACLAction"
|
|
35162
35867
|
},
|
|
35163
35868
|
"type": "array"
|
|
35164
35869
|
},
|
|
35165
|
-
"
|
|
35870
|
+
"postgres": {
|
|
35166
35871
|
"items": {
|
|
35167
35872
|
"$ref": "#/components/schemas/ACLAction"
|
|
35168
35873
|
},
|
|
35169
35874
|
"type": "array"
|
|
35170
35875
|
},
|
|
35171
|
-
"
|
|
35876
|
+
"previewDeploymentSuffix": {
|
|
35172
35877
|
"items": {
|
|
35173
35878
|
"$ref": "#/components/schemas/ACLAction"
|
|
35174
35879
|
},
|
|
35175
35880
|
"type": "array"
|
|
35176
35881
|
},
|
|
35177
|
-
"
|
|
35882
|
+
"proTrialOnboarding": {
|
|
35178
35883
|
"items": {
|
|
35179
35884
|
"$ref": "#/components/schemas/ACLAction"
|
|
35180
35885
|
},
|
|
35181
35886
|
"type": "array"
|
|
35182
35887
|
},
|
|
35183
|
-
"
|
|
35888
|
+
"sharedEnvVars": {
|
|
35184
35889
|
"items": {
|
|
35185
35890
|
"$ref": "#/components/schemas/ACLAction"
|
|
35186
35891
|
},
|
|
35187
35892
|
"type": "array"
|
|
35188
35893
|
},
|
|
35189
|
-
"
|
|
35894
|
+
"sharedEnvVarsProduction": {
|
|
35190
35895
|
"items": {
|
|
35191
35896
|
"$ref": "#/components/schemas/ACLAction"
|
|
35192
35897
|
},
|
|
35193
35898
|
"type": "array"
|
|
35194
35899
|
},
|
|
35195
|
-
"
|
|
35900
|
+
"space": {
|
|
35196
35901
|
"items": {
|
|
35197
35902
|
"$ref": "#/components/schemas/ACLAction"
|
|
35198
35903
|
},
|
|
35199
35904
|
"type": "array"
|
|
35200
35905
|
},
|
|
35201
|
-
"
|
|
35906
|
+
"spaceRun": {
|
|
35202
35907
|
"items": {
|
|
35203
35908
|
"$ref": "#/components/schemas/ACLAction"
|
|
35204
35909
|
},
|
|
35205
35910
|
"type": "array"
|
|
35206
35911
|
},
|
|
35207
|
-
"
|
|
35912
|
+
"passwordProtectionInvoiceItem": {
|
|
35208
35913
|
"items": {
|
|
35209
35914
|
"$ref": "#/components/schemas/ACLAction"
|
|
35210
35915
|
},
|
|
35211
35916
|
"type": "array"
|
|
35212
35917
|
},
|
|
35213
|
-
"
|
|
35918
|
+
"rateLimit": {
|
|
35214
35919
|
"items": {
|
|
35215
35920
|
"$ref": "#/components/schemas/ACLAction"
|
|
35216
35921
|
},
|
|
35217
35922
|
"type": "array"
|
|
35218
35923
|
},
|
|
35219
|
-
"
|
|
35924
|
+
"redis": {
|
|
35220
35925
|
"items": {
|
|
35221
35926
|
"$ref": "#/components/schemas/ACLAction"
|
|
35222
35927
|
},
|
|
35223
35928
|
"type": "array"
|
|
35224
35929
|
},
|
|
35225
|
-
"
|
|
35930
|
+
"repository": {
|
|
35226
35931
|
"items": {
|
|
35227
35932
|
"$ref": "#/components/schemas/ACLAction"
|
|
35228
35933
|
},
|
|
35229
35934
|
"type": "array"
|
|
35230
35935
|
},
|
|
35231
|
-
"
|
|
35936
|
+
"remoteCaching": {
|
|
35232
35937
|
"items": {
|
|
35233
35938
|
"$ref": "#/components/schemas/ACLAction"
|
|
35234
35939
|
},
|
|
35235
35940
|
"type": "array"
|
|
35236
35941
|
},
|
|
35237
|
-
"
|
|
35942
|
+
"samlConfig": {
|
|
35238
35943
|
"items": {
|
|
35239
35944
|
"$ref": "#/components/schemas/ACLAction"
|
|
35240
35945
|
},
|
|
35241
35946
|
"type": "array"
|
|
35242
35947
|
},
|
|
35243
|
-
"
|
|
35948
|
+
"secret": {
|
|
35244
35949
|
"items": {
|
|
35245
35950
|
"$ref": "#/components/schemas/ACLAction"
|
|
35246
35951
|
},
|
|
35247
35952
|
"type": "array"
|
|
35248
35953
|
},
|
|
35249
|
-
"
|
|
35954
|
+
"redisStoreTokenSet": {
|
|
35250
35955
|
"items": {
|
|
35251
35956
|
"$ref": "#/components/schemas/ACLAction"
|
|
35252
35957
|
},
|
|
35253
35958
|
"type": "array"
|
|
35254
35959
|
},
|
|
35255
|
-
"
|
|
35960
|
+
"blobStoreTokenSet": {
|
|
35256
35961
|
"items": {
|
|
35257
35962
|
"$ref": "#/components/schemas/ACLAction"
|
|
35258
35963
|
},
|
|
35259
35964
|
"type": "array"
|
|
35260
35965
|
},
|
|
35261
|
-
"
|
|
35966
|
+
"postgresStoreTokenSet": {
|
|
35262
35967
|
"items": {
|
|
35263
35968
|
"$ref": "#/components/schemas/ACLAction"
|
|
35264
35969
|
},
|
|
35265
35970
|
"type": "array"
|
|
35266
35971
|
},
|
|
35267
|
-
"
|
|
35972
|
+
"integrationStoreTokenSet": {
|
|
35268
35973
|
"items": {
|
|
35269
35974
|
"$ref": "#/components/schemas/ACLAction"
|
|
35270
35975
|
},
|
|
35271
35976
|
"type": "array"
|
|
35272
35977
|
},
|
|
35273
|
-
"
|
|
35978
|
+
"integrationResourceReplCommand": {
|
|
35274
35979
|
"items": {
|
|
35275
35980
|
"$ref": "#/components/schemas/ACLAction"
|
|
35276
35981
|
},
|
|
35277
35982
|
"type": "array"
|
|
35278
35983
|
},
|
|
35279
|
-
"
|
|
35984
|
+
"storeTransfer": {
|
|
35280
35985
|
"items": {
|
|
35281
35986
|
"$ref": "#/components/schemas/ACLAction"
|
|
35282
35987
|
},
|
|
35283
35988
|
"type": "array"
|
|
35284
35989
|
},
|
|
35285
|
-
"
|
|
35990
|
+
"supportCase": {
|
|
35286
35991
|
"items": {
|
|
35287
35992
|
"$ref": "#/components/schemas/ACLAction"
|
|
35288
35993
|
},
|
|
35289
35994
|
"type": "array"
|
|
35290
35995
|
},
|
|
35291
|
-
"
|
|
35996
|
+
"supportCaseComment": {
|
|
35292
35997
|
"items": {
|
|
35293
35998
|
"$ref": "#/components/schemas/ACLAction"
|
|
35294
35999
|
},
|
|
35295
36000
|
"type": "array"
|
|
35296
36001
|
},
|
|
35297
|
-
"
|
|
36002
|
+
"dataCacheBillingSettings": {
|
|
35298
36003
|
"items": {
|
|
35299
36004
|
"$ref": "#/components/schemas/ACLAction"
|
|
35300
36005
|
},
|
|
35301
36006
|
"type": "array"
|
|
35302
36007
|
},
|
|
35303
|
-
"
|
|
36008
|
+
"team": {
|
|
35304
36009
|
"items": {
|
|
35305
36010
|
"$ref": "#/components/schemas/ACLAction"
|
|
35306
36011
|
},
|
|
35307
36012
|
"type": "array"
|
|
35308
36013
|
},
|
|
35309
|
-
"
|
|
36014
|
+
"teamAccessRequest": {
|
|
35310
36015
|
"items": {
|
|
35311
36016
|
"$ref": "#/components/schemas/ACLAction"
|
|
35312
36017
|
},
|
|
35313
36018
|
"type": "array"
|
|
35314
36019
|
},
|
|
35315
|
-
"
|
|
36020
|
+
"teamFellowMembership": {
|
|
35316
36021
|
"items": {
|
|
35317
36022
|
"$ref": "#/components/schemas/ACLAction"
|
|
35318
36023
|
},
|
|
35319
36024
|
"type": "array"
|
|
35320
36025
|
},
|
|
35321
|
-
"
|
|
36026
|
+
"teamGitExclusivity": {
|
|
35322
36027
|
"items": {
|
|
35323
36028
|
"$ref": "#/components/schemas/ACLAction"
|
|
35324
36029
|
},
|
|
35325
36030
|
"type": "array"
|
|
35326
36031
|
},
|
|
35327
|
-
"
|
|
36032
|
+
"teamInvite": {
|
|
35328
36033
|
"items": {
|
|
35329
36034
|
"$ref": "#/components/schemas/ACLAction"
|
|
35330
36035
|
},
|
|
35331
36036
|
"type": "array"
|
|
35332
36037
|
},
|
|
35333
|
-
"
|
|
36038
|
+
"teamInviteCode": {
|
|
35334
36039
|
"items": {
|
|
35335
36040
|
"$ref": "#/components/schemas/ACLAction"
|
|
35336
36041
|
},
|
|
35337
36042
|
"type": "array"
|
|
35338
36043
|
},
|
|
35339
|
-
"
|
|
36044
|
+
"teamJoin": {
|
|
35340
36045
|
"items": {
|
|
35341
36046
|
"$ref": "#/components/schemas/ACLAction"
|
|
35342
36047
|
},
|
|
35343
36048
|
"type": "array"
|
|
35344
36049
|
},
|
|
35345
|
-
"
|
|
36050
|
+
"teamMemberMfaStatus": {
|
|
35346
36051
|
"items": {
|
|
35347
36052
|
"$ref": "#/components/schemas/ACLAction"
|
|
35348
36053
|
},
|
|
35349
36054
|
"type": "array"
|
|
35350
36055
|
},
|
|
35351
|
-
"
|
|
36056
|
+
"teamMicrofrontends": {
|
|
35352
36057
|
"items": {
|
|
35353
36058
|
"$ref": "#/components/schemas/ACLAction"
|
|
35354
36059
|
},
|
|
35355
36060
|
"type": "array"
|
|
35356
36061
|
},
|
|
35357
|
-
"
|
|
36062
|
+
"teamOwnMembership": {
|
|
35358
36063
|
"items": {
|
|
35359
36064
|
"$ref": "#/components/schemas/ACLAction"
|
|
35360
36065
|
},
|
|
35361
36066
|
"type": "array"
|
|
35362
36067
|
},
|
|
35363
|
-
"
|
|
36068
|
+
"teamOwnMembershipDisconnectSAML": {
|
|
35364
36069
|
"items": {
|
|
35365
36070
|
"$ref": "#/components/schemas/ACLAction"
|
|
35366
36071
|
},
|
|
35367
36072
|
"type": "array"
|
|
35368
36073
|
},
|
|
35369
|
-
"
|
|
36074
|
+
"token": {
|
|
35370
36075
|
"items": {
|
|
35371
36076
|
"$ref": "#/components/schemas/ACLAction"
|
|
35372
36077
|
},
|
|
35373
36078
|
"type": "array"
|
|
35374
36079
|
},
|
|
35375
|
-
"
|
|
36080
|
+
"usage": {
|
|
35376
36081
|
"items": {
|
|
35377
36082
|
"$ref": "#/components/schemas/ACLAction"
|
|
35378
36083
|
},
|
|
35379
36084
|
"type": "array"
|
|
35380
36085
|
},
|
|
35381
|
-
"
|
|
36086
|
+
"usageCycle": {
|
|
35382
36087
|
"items": {
|
|
35383
36088
|
"$ref": "#/components/schemas/ACLAction"
|
|
35384
36089
|
},
|
|
35385
36090
|
"type": "array"
|
|
35386
36091
|
},
|
|
35387
|
-
"
|
|
36092
|
+
"vpcPeeringConnection": {
|
|
35388
36093
|
"items": {
|
|
35389
36094
|
"$ref": "#/components/schemas/ACLAction"
|
|
35390
36095
|
},
|
|
35391
36096
|
"type": "array"
|
|
35392
36097
|
},
|
|
35393
|
-
"
|
|
36098
|
+
"webAnalyticsPlan": {
|
|
35394
36099
|
"items": {
|
|
35395
36100
|
"$ref": "#/components/schemas/ACLAction"
|
|
35396
36101
|
},
|
|
35397
36102
|
"type": "array"
|
|
35398
36103
|
},
|
|
35399
|
-
"
|
|
36104
|
+
"edgeConfig": {
|
|
35400
36105
|
"items": {
|
|
35401
36106
|
"$ref": "#/components/schemas/ACLAction"
|
|
35402
36107
|
},
|
|
35403
36108
|
"type": "array"
|
|
35404
36109
|
},
|
|
35405
|
-
"
|
|
36110
|
+
"edgeConfigItem": {
|
|
35406
36111
|
"items": {
|
|
35407
36112
|
"$ref": "#/components/schemas/ACLAction"
|
|
35408
36113
|
},
|
|
35409
36114
|
"type": "array"
|
|
35410
36115
|
},
|
|
35411
|
-
"
|
|
36116
|
+
"edgeConfigSchema": {
|
|
35412
36117
|
"items": {
|
|
35413
36118
|
"$ref": "#/components/schemas/ACLAction"
|
|
35414
36119
|
},
|
|
35415
36120
|
"type": "array"
|
|
35416
36121
|
},
|
|
35417
|
-
"
|
|
36122
|
+
"edgeConfigToken": {
|
|
35418
36123
|
"items": {
|
|
35419
36124
|
"$ref": "#/components/schemas/ACLAction"
|
|
35420
36125
|
},
|
|
35421
36126
|
"type": "array"
|
|
35422
36127
|
},
|
|
35423
|
-
"
|
|
36128
|
+
"webhook": {
|
|
35424
36129
|
"items": {
|
|
35425
36130
|
"$ref": "#/components/schemas/ACLAction"
|
|
35426
36131
|
},
|
|
35427
36132
|
"type": "array"
|
|
35428
36133
|
},
|
|
35429
|
-
"
|
|
36134
|
+
"webhook-event": {
|
|
35430
36135
|
"items": {
|
|
35431
36136
|
"$ref": "#/components/schemas/ACLAction"
|
|
35432
36137
|
},
|
|
35433
36138
|
"type": "array"
|
|
35434
36139
|
},
|
|
35435
|
-
"
|
|
36140
|
+
"endpointVerification": {
|
|
35436
36141
|
"items": {
|
|
35437
36142
|
"$ref": "#/components/schemas/ACLAction"
|
|
35438
36143
|
},
|
|
35439
36144
|
"type": "array"
|
|
35440
36145
|
},
|
|
35441
|
-
"
|
|
36146
|
+
"projectTransferIn": {
|
|
35442
36147
|
"items": {
|
|
35443
36148
|
"$ref": "#/components/schemas/ACLAction"
|
|
35444
36149
|
},
|
|
35445
36150
|
"type": "array"
|
|
35446
36151
|
},
|
|
35447
|
-
"
|
|
36152
|
+
"oauth2Application": {
|
|
35448
36153
|
"items": {
|
|
35449
36154
|
"$ref": "#/components/schemas/ACLAction"
|
|
35450
36155
|
},
|
|
35451
36156
|
"type": "array"
|
|
35452
36157
|
},
|
|
35453
|
-
"
|
|
36158
|
+
"vercelRun": {
|
|
35454
36159
|
"items": {
|
|
35455
36160
|
"$ref": "#/components/schemas/ACLAction"
|
|
35456
36161
|
},
|
|
35457
36162
|
"type": "array"
|
|
35458
36163
|
},
|
|
35459
|
-
"
|
|
36164
|
+
"vercelRunExec": {
|
|
35460
36165
|
"items": {
|
|
35461
36166
|
"$ref": "#/components/schemas/ACLAction"
|
|
35462
36167
|
},
|
|
35463
36168
|
"type": "array"
|
|
35464
36169
|
},
|
|
35465
|
-
"
|
|
36170
|
+
"apiKey": {
|
|
35466
36171
|
"items": {
|
|
35467
36172
|
"$ref": "#/components/schemas/ACLAction"
|
|
35468
36173
|
},
|
|
35469
36174
|
"type": "array"
|
|
35470
36175
|
},
|
|
35471
|
-
"
|
|
36176
|
+
"apiKeyOwnedBySelf": {
|
|
35472
36177
|
"items": {
|
|
35473
36178
|
"$ref": "#/components/schemas/ACLAction"
|
|
35474
36179
|
},
|
|
@@ -35794,8 +36499,8 @@
|
|
|
35794
36499
|
"type": {
|
|
35795
36500
|
"type": "string",
|
|
35796
36501
|
"enum": [
|
|
35797
|
-
"host",
|
|
35798
36502
|
"path",
|
|
36503
|
+
"host",
|
|
35799
36504
|
"method",
|
|
35800
36505
|
"header",
|
|
35801
36506
|
"cookie",
|
|
@@ -35876,8 +36581,8 @@
|
|
|
35876
36581
|
"type": {
|
|
35877
36582
|
"type": "string",
|
|
35878
36583
|
"enum": [
|
|
35879
|
-
"host",
|
|
35880
36584
|
"path",
|
|
36585
|
+
"host",
|
|
35881
36586
|
"method",
|
|
35882
36587
|
"header",
|
|
35883
36588
|
"cookie",
|
|
@@ -36864,10 +37569,10 @@
|
|
|
36864
37569
|
"type": "string",
|
|
36865
37570
|
"enum": [
|
|
36866
37571
|
"system",
|
|
36867
|
-
"secret",
|
|
36868
37572
|
"encrypted",
|
|
36869
37573
|
"plain",
|
|
36870
|
-
"sensitive"
|
|
37574
|
+
"sensitive",
|
|
37575
|
+
"secret"
|
|
36871
37576
|
]
|
|
36872
37577
|
},
|
|
36873
37578
|
"sunsetSecretId": {
|
|
@@ -40273,8 +40978,8 @@
|
|
|
40273
40978
|
"type": {
|
|
40274
40979
|
"type": "string",
|
|
40275
40980
|
"enum": [
|
|
40276
|
-
"host",
|
|
40277
40981
|
"path",
|
|
40982
|
+
"host",
|
|
40278
40983
|
"method",
|
|
40279
40984
|
"header",
|
|
40280
40985
|
"cookie",
|
|
@@ -40355,8 +41060,8 @@
|
|
|
40355
41060
|
"type": {
|
|
40356
41061
|
"type": "string",
|
|
40357
41062
|
"enum": [
|
|
40358
|
-
"host",
|
|
40359
41063
|
"path",
|
|
41064
|
+
"host",
|
|
40360
41065
|
"method",
|
|
40361
41066
|
"header",
|
|
40362
41067
|
"cookie",
|
|
@@ -41013,10 +41718,10 @@
|
|
|
41013
41718
|
"type": "string",
|
|
41014
41719
|
"enum": [
|
|
41015
41720
|
"system",
|
|
41016
|
-
"secret",
|
|
41017
41721
|
"encrypted",
|
|
41018
41722
|
"plain",
|
|
41019
|
-
"sensitive"
|
|
41723
|
+
"sensitive",
|
|
41724
|
+
"secret"
|
|
41020
41725
|
]
|
|
41021
41726
|
},
|
|
41022
41727
|
"sunsetSecretId": {
|
|
@@ -42884,6 +43589,390 @@
|
|
|
42884
43589
|
},
|
|
42885
43590
|
"permissions": {
|
|
42886
43591
|
"properties": {
|
|
43592
|
+
"aliasProject": {
|
|
43593
|
+
"items": {
|
|
43594
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43595
|
+
},
|
|
43596
|
+
"type": "array"
|
|
43597
|
+
},
|
|
43598
|
+
"aliasProtectionBypass": {
|
|
43599
|
+
"items": {
|
|
43600
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43601
|
+
},
|
|
43602
|
+
"type": "array"
|
|
43603
|
+
},
|
|
43604
|
+
"buildMachine": {
|
|
43605
|
+
"items": {
|
|
43606
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43607
|
+
},
|
|
43608
|
+
"type": "array"
|
|
43609
|
+
},
|
|
43610
|
+
"productionAliasProtectionBypass": {
|
|
43611
|
+
"items": {
|
|
43612
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43613
|
+
},
|
|
43614
|
+
"type": "array"
|
|
43615
|
+
},
|
|
43616
|
+
"connectConfigurationLink": {
|
|
43617
|
+
"items": {
|
|
43618
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43619
|
+
},
|
|
43620
|
+
"type": "array"
|
|
43621
|
+
},
|
|
43622
|
+
"dataCacheNamespace": {
|
|
43623
|
+
"items": {
|
|
43624
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43625
|
+
},
|
|
43626
|
+
"type": "array"
|
|
43627
|
+
},
|
|
43628
|
+
"deployment": {
|
|
43629
|
+
"items": {
|
|
43630
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43631
|
+
},
|
|
43632
|
+
"type": "array"
|
|
43633
|
+
},
|
|
43634
|
+
"deploymentCheck": {
|
|
43635
|
+
"items": {
|
|
43636
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43637
|
+
},
|
|
43638
|
+
"type": "array"
|
|
43639
|
+
},
|
|
43640
|
+
"deploymentCheckPreview": {
|
|
43641
|
+
"items": {
|
|
43642
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43643
|
+
},
|
|
43644
|
+
"type": "array"
|
|
43645
|
+
},
|
|
43646
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
43647
|
+
"items": {
|
|
43648
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43649
|
+
},
|
|
43650
|
+
"type": "array"
|
|
43651
|
+
},
|
|
43652
|
+
"deploymentProductionGit": {
|
|
43653
|
+
"items": {
|
|
43654
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43655
|
+
},
|
|
43656
|
+
"type": "array"
|
|
43657
|
+
},
|
|
43658
|
+
"deploymentV0": {
|
|
43659
|
+
"items": {
|
|
43660
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43661
|
+
},
|
|
43662
|
+
"type": "array"
|
|
43663
|
+
},
|
|
43664
|
+
"deploymentPreview": {
|
|
43665
|
+
"items": {
|
|
43666
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43667
|
+
},
|
|
43668
|
+
"type": "array"
|
|
43669
|
+
},
|
|
43670
|
+
"deploymentPrivate": {
|
|
43671
|
+
"items": {
|
|
43672
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43673
|
+
},
|
|
43674
|
+
"type": "array"
|
|
43675
|
+
},
|
|
43676
|
+
"deploymentPromote": {
|
|
43677
|
+
"items": {
|
|
43678
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43679
|
+
},
|
|
43680
|
+
"type": "array"
|
|
43681
|
+
},
|
|
43682
|
+
"deploymentRollback": {
|
|
43683
|
+
"items": {
|
|
43684
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43685
|
+
},
|
|
43686
|
+
"type": "array"
|
|
43687
|
+
},
|
|
43688
|
+
"edgeCacheNamespace": {
|
|
43689
|
+
"items": {
|
|
43690
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43691
|
+
},
|
|
43692
|
+
"type": "array"
|
|
43693
|
+
},
|
|
43694
|
+
"environments": {
|
|
43695
|
+
"items": {
|
|
43696
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43697
|
+
},
|
|
43698
|
+
"type": "array"
|
|
43699
|
+
},
|
|
43700
|
+
"logs": {
|
|
43701
|
+
"items": {
|
|
43702
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43703
|
+
},
|
|
43704
|
+
"type": "array"
|
|
43705
|
+
},
|
|
43706
|
+
"logsPreset": {
|
|
43707
|
+
"items": {
|
|
43708
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43709
|
+
},
|
|
43710
|
+
"type": "array"
|
|
43711
|
+
},
|
|
43712
|
+
"passwordProtection": {
|
|
43713
|
+
"items": {
|
|
43714
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43715
|
+
},
|
|
43716
|
+
"type": "array"
|
|
43717
|
+
},
|
|
43718
|
+
"optionsAllowlist": {
|
|
43719
|
+
"items": {
|
|
43720
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43721
|
+
},
|
|
43722
|
+
"type": "array"
|
|
43723
|
+
},
|
|
43724
|
+
"job": {
|
|
43725
|
+
"items": {
|
|
43726
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43727
|
+
},
|
|
43728
|
+
"type": "array"
|
|
43729
|
+
},
|
|
43730
|
+
"observabilityData": {
|
|
43731
|
+
"items": {
|
|
43732
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43733
|
+
},
|
|
43734
|
+
"type": "array"
|
|
43735
|
+
},
|
|
43736
|
+
"onDemandBuild": {
|
|
43737
|
+
"items": {
|
|
43738
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43739
|
+
},
|
|
43740
|
+
"type": "array"
|
|
43741
|
+
},
|
|
43742
|
+
"onDemandConcurrency": {
|
|
43743
|
+
"items": {
|
|
43744
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43745
|
+
},
|
|
43746
|
+
"type": "array"
|
|
43747
|
+
},
|
|
43748
|
+
"project": {
|
|
43749
|
+
"items": {
|
|
43750
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43751
|
+
},
|
|
43752
|
+
"type": "array"
|
|
43753
|
+
},
|
|
43754
|
+
"projectFromV0": {
|
|
43755
|
+
"items": {
|
|
43756
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43757
|
+
},
|
|
43758
|
+
"type": "array"
|
|
43759
|
+
},
|
|
43760
|
+
"projectAccessGroup": {
|
|
43761
|
+
"items": {
|
|
43762
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43763
|
+
},
|
|
43764
|
+
"type": "array"
|
|
43765
|
+
},
|
|
43766
|
+
"projectAnalyticsSampling": {
|
|
43767
|
+
"items": {
|
|
43768
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43769
|
+
},
|
|
43770
|
+
"type": "array"
|
|
43771
|
+
},
|
|
43772
|
+
"projectCheck": {
|
|
43773
|
+
"items": {
|
|
43774
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43775
|
+
},
|
|
43776
|
+
"type": "array"
|
|
43777
|
+
},
|
|
43778
|
+
"projectCheckRun": {
|
|
43779
|
+
"items": {
|
|
43780
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43781
|
+
},
|
|
43782
|
+
"type": "array"
|
|
43783
|
+
},
|
|
43784
|
+
"projectDeploymentHook": {
|
|
43785
|
+
"items": {
|
|
43786
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43787
|
+
},
|
|
43788
|
+
"type": "array"
|
|
43789
|
+
},
|
|
43790
|
+
"projectDomain": {
|
|
43791
|
+
"items": {
|
|
43792
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43793
|
+
},
|
|
43794
|
+
"type": "array"
|
|
43795
|
+
},
|
|
43796
|
+
"projectDomainMove": {
|
|
43797
|
+
"items": {
|
|
43798
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43799
|
+
},
|
|
43800
|
+
"type": "array"
|
|
43801
|
+
},
|
|
43802
|
+
"projectDomainCheckConfig": {
|
|
43803
|
+
"items": {
|
|
43804
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43805
|
+
},
|
|
43806
|
+
"type": "array"
|
|
43807
|
+
},
|
|
43808
|
+
"projectEnvVars": {
|
|
43809
|
+
"items": {
|
|
43810
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43811
|
+
},
|
|
43812
|
+
"type": "array"
|
|
43813
|
+
},
|
|
43814
|
+
"projectEnvVarsProduction": {
|
|
43815
|
+
"items": {
|
|
43816
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43817
|
+
},
|
|
43818
|
+
"type": "array"
|
|
43819
|
+
},
|
|
43820
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
43821
|
+
"items": {
|
|
43822
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43823
|
+
},
|
|
43824
|
+
"type": "array"
|
|
43825
|
+
},
|
|
43826
|
+
"projectFlags": {
|
|
43827
|
+
"items": {
|
|
43828
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43829
|
+
},
|
|
43830
|
+
"type": "array"
|
|
43831
|
+
},
|
|
43832
|
+
"projectId": {
|
|
43833
|
+
"items": {
|
|
43834
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43835
|
+
},
|
|
43836
|
+
"type": "array"
|
|
43837
|
+
},
|
|
43838
|
+
"projectIntegrationConfiguration": {
|
|
43839
|
+
"items": {
|
|
43840
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43841
|
+
},
|
|
43842
|
+
"type": "array"
|
|
43843
|
+
},
|
|
43844
|
+
"projectLink": {
|
|
43845
|
+
"items": {
|
|
43846
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43847
|
+
},
|
|
43848
|
+
"type": "array"
|
|
43849
|
+
},
|
|
43850
|
+
"projectMember": {
|
|
43851
|
+
"items": {
|
|
43852
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43853
|
+
},
|
|
43854
|
+
"type": "array"
|
|
43855
|
+
},
|
|
43856
|
+
"projectMonitoring": {
|
|
43857
|
+
"items": {
|
|
43858
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43859
|
+
},
|
|
43860
|
+
"type": "array"
|
|
43861
|
+
},
|
|
43862
|
+
"projectPermissions": {
|
|
43863
|
+
"items": {
|
|
43864
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43865
|
+
},
|
|
43866
|
+
"type": "array"
|
|
43867
|
+
},
|
|
43868
|
+
"projectProductionBranch": {
|
|
43869
|
+
"items": {
|
|
43870
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43871
|
+
},
|
|
43872
|
+
"type": "array"
|
|
43873
|
+
},
|
|
43874
|
+
"projectTransfer": {
|
|
43875
|
+
"items": {
|
|
43876
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43877
|
+
},
|
|
43878
|
+
"type": "array"
|
|
43879
|
+
},
|
|
43880
|
+
"projectTransferOut": {
|
|
43881
|
+
"items": {
|
|
43882
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43883
|
+
},
|
|
43884
|
+
"type": "array"
|
|
43885
|
+
},
|
|
43886
|
+
"projectProtectionBypass": {
|
|
43887
|
+
"items": {
|
|
43888
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43889
|
+
},
|
|
43890
|
+
"type": "array"
|
|
43891
|
+
},
|
|
43892
|
+
"projectUsage": {
|
|
43893
|
+
"items": {
|
|
43894
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43895
|
+
},
|
|
43896
|
+
"type": "array"
|
|
43897
|
+
},
|
|
43898
|
+
"projectAnalyticsUsage": {
|
|
43899
|
+
"items": {
|
|
43900
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43901
|
+
},
|
|
43902
|
+
"type": "array"
|
|
43903
|
+
},
|
|
43904
|
+
"projectSupportCase": {
|
|
43905
|
+
"items": {
|
|
43906
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43907
|
+
},
|
|
43908
|
+
"type": "array"
|
|
43909
|
+
},
|
|
43910
|
+
"projectSupportCaseComment": {
|
|
43911
|
+
"items": {
|
|
43912
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43913
|
+
},
|
|
43914
|
+
"type": "array"
|
|
43915
|
+
},
|
|
43916
|
+
"projectDeploymentExpiration": {
|
|
43917
|
+
"items": {
|
|
43918
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43919
|
+
},
|
|
43920
|
+
"type": "array"
|
|
43921
|
+
},
|
|
43922
|
+
"projectRollingRelease": {
|
|
43923
|
+
"items": {
|
|
43924
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43925
|
+
},
|
|
43926
|
+
"type": "array"
|
|
43927
|
+
},
|
|
43928
|
+
"projectTier": {
|
|
43929
|
+
"items": {
|
|
43930
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43931
|
+
},
|
|
43932
|
+
"type": "array"
|
|
43933
|
+
},
|
|
43934
|
+
"seawallConfig": {
|
|
43935
|
+
"items": {
|
|
43936
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43937
|
+
},
|
|
43938
|
+
"type": "array"
|
|
43939
|
+
},
|
|
43940
|
+
"skewProtection": {
|
|
43941
|
+
"items": {
|
|
43942
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43943
|
+
},
|
|
43944
|
+
"type": "array"
|
|
43945
|
+
},
|
|
43946
|
+
"analytics": {
|
|
43947
|
+
"items": {
|
|
43948
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43949
|
+
},
|
|
43950
|
+
"type": "array"
|
|
43951
|
+
},
|
|
43952
|
+
"trustedIps": {
|
|
43953
|
+
"items": {
|
|
43954
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43955
|
+
},
|
|
43956
|
+
"type": "array"
|
|
43957
|
+
},
|
|
43958
|
+
"webAnalytics": {
|
|
43959
|
+
"items": {
|
|
43960
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43961
|
+
},
|
|
43962
|
+
"type": "array"
|
|
43963
|
+
},
|
|
43964
|
+
"sharedEnvVarConnection": {
|
|
43965
|
+
"items": {
|
|
43966
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43967
|
+
},
|
|
43968
|
+
"type": "array"
|
|
43969
|
+
},
|
|
43970
|
+
"sonar": {
|
|
43971
|
+
"items": {
|
|
43972
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
43973
|
+
},
|
|
43974
|
+
"type": "array"
|
|
43975
|
+
},
|
|
42887
43976
|
"user": {
|
|
42888
43977
|
"items": {
|
|
42889
43978
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -43717,390 +44806,6 @@
|
|
|
43717
44806
|
"$ref": "#/components/schemas/ACLAction"
|
|
43718
44807
|
},
|
|
43719
44808
|
"type": "array"
|
|
43720
|
-
},
|
|
43721
|
-
"aliasProject": {
|
|
43722
|
-
"items": {
|
|
43723
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43724
|
-
},
|
|
43725
|
-
"type": "array"
|
|
43726
|
-
},
|
|
43727
|
-
"aliasProtectionBypass": {
|
|
43728
|
-
"items": {
|
|
43729
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43730
|
-
},
|
|
43731
|
-
"type": "array"
|
|
43732
|
-
},
|
|
43733
|
-
"buildMachine": {
|
|
43734
|
-
"items": {
|
|
43735
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43736
|
-
},
|
|
43737
|
-
"type": "array"
|
|
43738
|
-
},
|
|
43739
|
-
"productionAliasProtectionBypass": {
|
|
43740
|
-
"items": {
|
|
43741
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43742
|
-
},
|
|
43743
|
-
"type": "array"
|
|
43744
|
-
},
|
|
43745
|
-
"connectConfigurationLink": {
|
|
43746
|
-
"items": {
|
|
43747
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43748
|
-
},
|
|
43749
|
-
"type": "array"
|
|
43750
|
-
},
|
|
43751
|
-
"dataCacheNamespace": {
|
|
43752
|
-
"items": {
|
|
43753
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43754
|
-
},
|
|
43755
|
-
"type": "array"
|
|
43756
|
-
},
|
|
43757
|
-
"deployment": {
|
|
43758
|
-
"items": {
|
|
43759
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43760
|
-
},
|
|
43761
|
-
"type": "array"
|
|
43762
|
-
},
|
|
43763
|
-
"deploymentCheck": {
|
|
43764
|
-
"items": {
|
|
43765
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43766
|
-
},
|
|
43767
|
-
"type": "array"
|
|
43768
|
-
},
|
|
43769
|
-
"deploymentCheckPreview": {
|
|
43770
|
-
"items": {
|
|
43771
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43772
|
-
},
|
|
43773
|
-
"type": "array"
|
|
43774
|
-
},
|
|
43775
|
-
"deploymentCheckReRunFromProductionBranch": {
|
|
43776
|
-
"items": {
|
|
43777
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43778
|
-
},
|
|
43779
|
-
"type": "array"
|
|
43780
|
-
},
|
|
43781
|
-
"deploymentProductionGit": {
|
|
43782
|
-
"items": {
|
|
43783
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43784
|
-
},
|
|
43785
|
-
"type": "array"
|
|
43786
|
-
},
|
|
43787
|
-
"deploymentV0": {
|
|
43788
|
-
"items": {
|
|
43789
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43790
|
-
},
|
|
43791
|
-
"type": "array"
|
|
43792
|
-
},
|
|
43793
|
-
"deploymentPreview": {
|
|
43794
|
-
"items": {
|
|
43795
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43796
|
-
},
|
|
43797
|
-
"type": "array"
|
|
43798
|
-
},
|
|
43799
|
-
"deploymentPrivate": {
|
|
43800
|
-
"items": {
|
|
43801
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43802
|
-
},
|
|
43803
|
-
"type": "array"
|
|
43804
|
-
},
|
|
43805
|
-
"deploymentPromote": {
|
|
43806
|
-
"items": {
|
|
43807
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43808
|
-
},
|
|
43809
|
-
"type": "array"
|
|
43810
|
-
},
|
|
43811
|
-
"deploymentRollback": {
|
|
43812
|
-
"items": {
|
|
43813
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43814
|
-
},
|
|
43815
|
-
"type": "array"
|
|
43816
|
-
},
|
|
43817
|
-
"edgeCacheNamespace": {
|
|
43818
|
-
"items": {
|
|
43819
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43820
|
-
},
|
|
43821
|
-
"type": "array"
|
|
43822
|
-
},
|
|
43823
|
-
"environments": {
|
|
43824
|
-
"items": {
|
|
43825
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43826
|
-
},
|
|
43827
|
-
"type": "array"
|
|
43828
|
-
},
|
|
43829
|
-
"logs": {
|
|
43830
|
-
"items": {
|
|
43831
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43832
|
-
},
|
|
43833
|
-
"type": "array"
|
|
43834
|
-
},
|
|
43835
|
-
"logsPreset": {
|
|
43836
|
-
"items": {
|
|
43837
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43838
|
-
},
|
|
43839
|
-
"type": "array"
|
|
43840
|
-
},
|
|
43841
|
-
"passwordProtection": {
|
|
43842
|
-
"items": {
|
|
43843
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43844
|
-
},
|
|
43845
|
-
"type": "array"
|
|
43846
|
-
},
|
|
43847
|
-
"optionsAllowlist": {
|
|
43848
|
-
"items": {
|
|
43849
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43850
|
-
},
|
|
43851
|
-
"type": "array"
|
|
43852
|
-
},
|
|
43853
|
-
"job": {
|
|
43854
|
-
"items": {
|
|
43855
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43856
|
-
},
|
|
43857
|
-
"type": "array"
|
|
43858
|
-
},
|
|
43859
|
-
"observabilityData": {
|
|
43860
|
-
"items": {
|
|
43861
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43862
|
-
},
|
|
43863
|
-
"type": "array"
|
|
43864
|
-
},
|
|
43865
|
-
"onDemandBuild": {
|
|
43866
|
-
"items": {
|
|
43867
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43868
|
-
},
|
|
43869
|
-
"type": "array"
|
|
43870
|
-
},
|
|
43871
|
-
"onDemandConcurrency": {
|
|
43872
|
-
"items": {
|
|
43873
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43874
|
-
},
|
|
43875
|
-
"type": "array"
|
|
43876
|
-
},
|
|
43877
|
-
"project": {
|
|
43878
|
-
"items": {
|
|
43879
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43880
|
-
},
|
|
43881
|
-
"type": "array"
|
|
43882
|
-
},
|
|
43883
|
-
"projectFromV0": {
|
|
43884
|
-
"items": {
|
|
43885
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43886
|
-
},
|
|
43887
|
-
"type": "array"
|
|
43888
|
-
},
|
|
43889
|
-
"projectAccessGroup": {
|
|
43890
|
-
"items": {
|
|
43891
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43892
|
-
},
|
|
43893
|
-
"type": "array"
|
|
43894
|
-
},
|
|
43895
|
-
"projectAnalyticsSampling": {
|
|
43896
|
-
"items": {
|
|
43897
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43898
|
-
},
|
|
43899
|
-
"type": "array"
|
|
43900
|
-
},
|
|
43901
|
-
"projectCheck": {
|
|
43902
|
-
"items": {
|
|
43903
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43904
|
-
},
|
|
43905
|
-
"type": "array"
|
|
43906
|
-
},
|
|
43907
|
-
"projectCheckRun": {
|
|
43908
|
-
"items": {
|
|
43909
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43910
|
-
},
|
|
43911
|
-
"type": "array"
|
|
43912
|
-
},
|
|
43913
|
-
"projectDeploymentHook": {
|
|
43914
|
-
"items": {
|
|
43915
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43916
|
-
},
|
|
43917
|
-
"type": "array"
|
|
43918
|
-
},
|
|
43919
|
-
"projectDomain": {
|
|
43920
|
-
"items": {
|
|
43921
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43922
|
-
},
|
|
43923
|
-
"type": "array"
|
|
43924
|
-
},
|
|
43925
|
-
"projectDomainMove": {
|
|
43926
|
-
"items": {
|
|
43927
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43928
|
-
},
|
|
43929
|
-
"type": "array"
|
|
43930
|
-
},
|
|
43931
|
-
"projectDomainCheckConfig": {
|
|
43932
|
-
"items": {
|
|
43933
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43934
|
-
},
|
|
43935
|
-
"type": "array"
|
|
43936
|
-
},
|
|
43937
|
-
"projectEnvVars": {
|
|
43938
|
-
"items": {
|
|
43939
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43940
|
-
},
|
|
43941
|
-
"type": "array"
|
|
43942
|
-
},
|
|
43943
|
-
"projectEnvVarsProduction": {
|
|
43944
|
-
"items": {
|
|
43945
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43946
|
-
},
|
|
43947
|
-
"type": "array"
|
|
43948
|
-
},
|
|
43949
|
-
"projectEnvVarsUnownedByIntegration": {
|
|
43950
|
-
"items": {
|
|
43951
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43952
|
-
},
|
|
43953
|
-
"type": "array"
|
|
43954
|
-
},
|
|
43955
|
-
"projectFlags": {
|
|
43956
|
-
"items": {
|
|
43957
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43958
|
-
},
|
|
43959
|
-
"type": "array"
|
|
43960
|
-
},
|
|
43961
|
-
"projectId": {
|
|
43962
|
-
"items": {
|
|
43963
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43964
|
-
},
|
|
43965
|
-
"type": "array"
|
|
43966
|
-
},
|
|
43967
|
-
"projectIntegrationConfiguration": {
|
|
43968
|
-
"items": {
|
|
43969
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43970
|
-
},
|
|
43971
|
-
"type": "array"
|
|
43972
|
-
},
|
|
43973
|
-
"projectLink": {
|
|
43974
|
-
"items": {
|
|
43975
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43976
|
-
},
|
|
43977
|
-
"type": "array"
|
|
43978
|
-
},
|
|
43979
|
-
"projectMember": {
|
|
43980
|
-
"items": {
|
|
43981
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43982
|
-
},
|
|
43983
|
-
"type": "array"
|
|
43984
|
-
},
|
|
43985
|
-
"projectMonitoring": {
|
|
43986
|
-
"items": {
|
|
43987
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43988
|
-
},
|
|
43989
|
-
"type": "array"
|
|
43990
|
-
},
|
|
43991
|
-
"projectPermissions": {
|
|
43992
|
-
"items": {
|
|
43993
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
43994
|
-
},
|
|
43995
|
-
"type": "array"
|
|
43996
|
-
},
|
|
43997
|
-
"projectProductionBranch": {
|
|
43998
|
-
"items": {
|
|
43999
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44000
|
-
},
|
|
44001
|
-
"type": "array"
|
|
44002
|
-
},
|
|
44003
|
-
"projectTransfer": {
|
|
44004
|
-
"items": {
|
|
44005
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44006
|
-
},
|
|
44007
|
-
"type": "array"
|
|
44008
|
-
},
|
|
44009
|
-
"projectTransferOut": {
|
|
44010
|
-
"items": {
|
|
44011
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44012
|
-
},
|
|
44013
|
-
"type": "array"
|
|
44014
|
-
},
|
|
44015
|
-
"projectProtectionBypass": {
|
|
44016
|
-
"items": {
|
|
44017
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44018
|
-
},
|
|
44019
|
-
"type": "array"
|
|
44020
|
-
},
|
|
44021
|
-
"projectUsage": {
|
|
44022
|
-
"items": {
|
|
44023
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44024
|
-
},
|
|
44025
|
-
"type": "array"
|
|
44026
|
-
},
|
|
44027
|
-
"projectAnalyticsUsage": {
|
|
44028
|
-
"items": {
|
|
44029
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44030
|
-
},
|
|
44031
|
-
"type": "array"
|
|
44032
|
-
},
|
|
44033
|
-
"projectSupportCase": {
|
|
44034
|
-
"items": {
|
|
44035
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44036
|
-
},
|
|
44037
|
-
"type": "array"
|
|
44038
|
-
},
|
|
44039
|
-
"projectSupportCaseComment": {
|
|
44040
|
-
"items": {
|
|
44041
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44042
|
-
},
|
|
44043
|
-
"type": "array"
|
|
44044
|
-
},
|
|
44045
|
-
"projectDeploymentExpiration": {
|
|
44046
|
-
"items": {
|
|
44047
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44048
|
-
},
|
|
44049
|
-
"type": "array"
|
|
44050
|
-
},
|
|
44051
|
-
"projectRollingRelease": {
|
|
44052
|
-
"items": {
|
|
44053
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44054
|
-
},
|
|
44055
|
-
"type": "array"
|
|
44056
|
-
},
|
|
44057
|
-
"projectTier": {
|
|
44058
|
-
"items": {
|
|
44059
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44060
|
-
},
|
|
44061
|
-
"type": "array"
|
|
44062
|
-
},
|
|
44063
|
-
"seawallConfig": {
|
|
44064
|
-
"items": {
|
|
44065
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44066
|
-
},
|
|
44067
|
-
"type": "array"
|
|
44068
|
-
},
|
|
44069
|
-
"skewProtection": {
|
|
44070
|
-
"items": {
|
|
44071
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44072
|
-
},
|
|
44073
|
-
"type": "array"
|
|
44074
|
-
},
|
|
44075
|
-
"analytics": {
|
|
44076
|
-
"items": {
|
|
44077
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44078
|
-
},
|
|
44079
|
-
"type": "array"
|
|
44080
|
-
},
|
|
44081
|
-
"trustedIps": {
|
|
44082
|
-
"items": {
|
|
44083
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44084
|
-
},
|
|
44085
|
-
"type": "array"
|
|
44086
|
-
},
|
|
44087
|
-
"webAnalytics": {
|
|
44088
|
-
"items": {
|
|
44089
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44090
|
-
},
|
|
44091
|
-
"type": "array"
|
|
44092
|
-
},
|
|
44093
|
-
"sharedEnvVarConnection": {
|
|
44094
|
-
"items": {
|
|
44095
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44096
|
-
},
|
|
44097
|
-
"type": "array"
|
|
44098
|
-
},
|
|
44099
|
-
"sonar": {
|
|
44100
|
-
"items": {
|
|
44101
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
44102
|
-
},
|
|
44103
|
-
"type": "array"
|
|
44104
44809
|
}
|
|
44105
44810
|
},
|
|
44106
44811
|
"type": "object"
|
|
@@ -44422,8 +45127,8 @@
|
|
|
44422
45127
|
"type": {
|
|
44423
45128
|
"type": "string",
|
|
44424
45129
|
"enum": [
|
|
44425
|
-
"host",
|
|
44426
45130
|
"path",
|
|
45131
|
+
"host",
|
|
44427
45132
|
"method",
|
|
44428
45133
|
"header",
|
|
44429
45134
|
"cookie",
|
|
@@ -44504,8 +45209,8 @@
|
|
|
44504
45209
|
"type": {
|
|
44505
45210
|
"type": "string",
|
|
44506
45211
|
"enum": [
|
|
44507
|
-
"host",
|
|
44508
45212
|
"path",
|
|
45213
|
+
"host",
|
|
44509
45214
|
"method",
|
|
44510
45215
|
"header",
|
|
44511
45216
|
"cookie",
|
|
@@ -49658,10 +50363,10 @@
|
|
|
49658
50363
|
"type": "string",
|
|
49659
50364
|
"enum": [
|
|
49660
50365
|
"system",
|
|
49661
|
-
"secret",
|
|
49662
50366
|
"encrypted",
|
|
49663
50367
|
"plain",
|
|
49664
|
-
"sensitive"
|
|
50368
|
+
"sensitive",
|
|
50369
|
+
"secret"
|
|
49665
50370
|
]
|
|
49666
50371
|
},
|
|
49667
50372
|
"sunsetSecretId": {
|
|
@@ -50060,10 +50765,10 @@
|
|
|
50060
50765
|
"type": "string",
|
|
50061
50766
|
"enum": [
|
|
50062
50767
|
"system",
|
|
50063
|
-
"secret",
|
|
50064
50768
|
"encrypted",
|
|
50065
50769
|
"plain",
|
|
50066
|
-
"sensitive"
|
|
50770
|
+
"sensitive",
|
|
50771
|
+
"secret"
|
|
50067
50772
|
]
|
|
50068
50773
|
},
|
|
50069
50774
|
"sunsetSecretId": {
|
|
@@ -52143,10 +52848,10 @@
|
|
|
52143
52848
|
"type": "string",
|
|
52144
52849
|
"enum": [
|
|
52145
52850
|
"system",
|
|
52146
|
-
"secret",
|
|
52147
52851
|
"encrypted",
|
|
52148
52852
|
"plain",
|
|
52149
|
-
"sensitive"
|
|
52853
|
+
"sensitive",
|
|
52854
|
+
"secret"
|
|
52150
52855
|
]
|
|
52151
52856
|
},
|
|
52152
52857
|
"sunsetSecretId": {
|
|
@@ -52558,10 +53263,10 @@
|
|
|
52558
53263
|
"type": "string",
|
|
52559
53264
|
"enum": [
|
|
52560
53265
|
"system",
|
|
52561
|
-
"secret",
|
|
52562
53266
|
"encrypted",
|
|
52563
53267
|
"plain",
|
|
52564
|
-
"sensitive"
|
|
53268
|
+
"sensitive",
|
|
53269
|
+
"secret"
|
|
52565
53270
|
]
|
|
52566
53271
|
},
|
|
52567
53272
|
"sunsetSecretId": {
|
|
@@ -52968,10 +53673,10 @@
|
|
|
52968
53673
|
"type": "string",
|
|
52969
53674
|
"enum": [
|
|
52970
53675
|
"system",
|
|
52971
|
-
"secret",
|
|
52972
53676
|
"encrypted",
|
|
52973
53677
|
"plain",
|
|
52974
|
-
"sensitive"
|
|
53678
|
+
"sensitive",
|
|
53679
|
+
"secret"
|
|
52975
53680
|
]
|
|
52976
53681
|
},
|
|
52977
53682
|
"sunsetSecretId": {
|
|
@@ -53486,10 +54191,10 @@
|
|
|
53486
54191
|
"type": "string",
|
|
53487
54192
|
"enum": [
|
|
53488
54193
|
"system",
|
|
53489
|
-
"secret",
|
|
53490
54194
|
"encrypted",
|
|
53491
54195
|
"plain",
|
|
53492
|
-
"sensitive"
|
|
54196
|
+
"sensitive",
|
|
54197
|
+
"secret"
|
|
53493
54198
|
]
|
|
53494
54199
|
},
|
|
53495
54200
|
"sunsetSecretId": {
|