|
1244 | 1244 | } |
1245 | 1245 | } |
1246 | 1246 | }, |
| 1247 | + "permissions": { |
| 1248 | + "methods": { |
| 1249 | + "list": { |
| 1250 | + "description": "Lists all supported permissions in VPCSC Granular Controls.", |
| 1251 | + "flatPath": "v1/permissions", |
| 1252 | + "httpMethod": "GET", |
| 1253 | + "id": "accesscontextmanager.permissions.list", |
| 1254 | + "parameterOrder": [], |
| 1255 | + "parameters": { |
| 1256 | + "pageSize": { |
| 1257 | + "description": "Optional. This flag specifies the maximum number of services to return per page. Default is 100.", |
| 1258 | + "format": "int32", |
| 1259 | + "location": "query", |
| 1260 | + "type": "integer" |
| 1261 | + }, |
| 1262 | + "pageToken": { |
| 1263 | + "description": "Optional. Token to start on a later page. Default is the first page.", |
| 1264 | + "location": "query", |
| 1265 | + "type": "string" |
| 1266 | + } |
| 1267 | + }, |
| 1268 | + "path": "v1/permissions", |
| 1269 | + "response": { |
| 1270 | + "$ref": "ListSupportedPermissionsResponse" |
| 1271 | + }, |
| 1272 | + "scopes": [ |
| 1273 | + "https://www.googleapis.com/auth/cloud-platform" |
| 1274 | + ] |
| 1275 | + } |
| 1276 | + } |
| 1277 | + }, |
1247 | 1278 | "services": { |
1248 | 1279 | "methods": { |
1249 | 1280 | "get": { |
|
1300 | 1331 | } |
1301 | 1332 | } |
1302 | 1333 | }, |
1303 | | - "revision": "20251112", |
| 1334 | + "revision": "20260215", |
1304 | 1335 | "rootUrl": "https://accesscontextmanager.googleapis.com/", |
1305 | 1336 | "schemas": { |
1306 | 1337 | "AccessContextManagerOperationMetadata": { |
|
2189 | 2220 | }, |
2190 | 2221 | "type": "object" |
2191 | 2222 | }, |
| 2223 | + "ListSupportedPermissionsResponse": { |
| 2224 | + "description": "A response to `ListSupportedPermissionsRequest`.", |
| 2225 | + "id": "ListSupportedPermissionsResponse", |
| 2226 | + "properties": { |
| 2227 | + "nextPageToken": { |
| 2228 | + "description": "The pagination token to retrieve the next page of results. If the value is empty, no further results remain.", |
| 2229 | + "type": "string" |
| 2230 | + }, |
| 2231 | + "supportedPermissions": { |
| 2232 | + "description": "List of VPC-SC supported permissions.", |
| 2233 | + "items": { |
| 2234 | + "type": "string" |
| 2235 | + }, |
| 2236 | + "type": "array" |
| 2237 | + } |
| 2238 | + }, |
| 2239 | + "type": "object" |
| 2240 | + }, |
2192 | 2241 | "ListSupportedServicesResponse": { |
2193 | 2242 | "description": "A response to `ListSupportedServicesRequest`.", |
2194 | 2243 | "id": "ListSupportedServicesResponse", |
|
0 commit comments