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 @@ -55270,11 +55270,13 @@ paths:
55270
55270
security:
55271
55271
- apiKeyAuth: []
55272
55272
appKeyAuth: []
55273
- - AuthZ:
55274
- - cloud_cost_management_write
55275
55273
summary: Create or update a budget
55276
55274
tags:
55277
55275
- Cloud Cost Management
55276
+ x-permission:
55277
+ operator: OR
55278
+ permissions:
55279
+ - cloud_cost_management_write
55278
55280
/api/v2/cost/budget/{budget_id}:
55279
55281
delete:
55280
55282
description: Delete a budget.
@@ -55338,11 +55340,13 @@ paths:
55338
55340
security:
55339
55341
- apiKeyAuth: []
55340
55342
appKeyAuth: []
55341
- - AuthZ:
55342
- - cloud_cost_management_read
55343
55343
summary: List budgets
55344
55344
tags:
55345
55345
- Cloud Cost Management
55346
+ x-permission:
55347
+ operator: OR
55348
+ permissions:
55349
+ - cloud_cost_management_read
55346
55350
/api/v2/cost/custom_costs:
55347
55351
get:
55348
55352
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