File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
services/cloud_cost_management/src/v2 Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -55330,11 +55330,13 @@ paths:
55330
55330
security:
55331
55331
- apiKeyAuth: []
55332
55332
appKeyAuth: []
55333
- - AuthZ:
55334
- - cloud_cost_management_write
55335
55333
summary: Create or update a budget
55336
55334
tags:
55337
55335
- Cloud Cost Management
55336
+ x-permission:
55337
+ operator: OR
55338
+ permissions:
55339
+ - cloud_cost_management_write
55338
55340
/api/v2/cost/budget/{budget_id}:
55339
55341
delete:
55340
55342
description: Delete a budget.
@@ -55398,11 +55400,13 @@ paths:
55398
55400
security:
55399
55401
- apiKeyAuth: []
55400
55402
appKeyAuth: []
55401
- - AuthZ:
55402
- - cloud_cost_management_read
55403
55403
summary: List budgets
55404
55404
tags:
55405
55405
- Cloud Cost Management
55406
+ x-permission:
55407
+ operator: OR
55408
+ permissions:
55409
+ - cloud_cost_management_read
55406
55410
/api/v2/cost/custom_costs:
55407
55411
get:
55408
55412
description: List the Custom Costs files.
Original file line number Diff line number Diff line change @@ -1020,7 +1020,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory
1020
1020
applySecurityAuthentication ( _config , requestContext , [
1021
1021
"apiKeyAuth" ,
1022
1022
"appKeyAuth" ,
1023
- "AuthZ" ,
1024
1023
] ) ;
1025
1024
1026
1025
return requestContext ;
@@ -1739,7 +1738,6 @@ export class CloudCostManagementApiRequestFactory extends BaseAPIRequestFactory
1739
1738
applySecurityAuthentication ( _config , requestContext , [
1740
1739
"apiKeyAuth" ,
1741
1740
"appKeyAuth" ,
1742
- "AuthZ" ,
1743
1741
] ) ;
1744
1742
1745
1743
return requestContext ;
You can’t perform that action at this time.
0 commit comments