|
179 | 179 | "https://www.googleapis.com/auth/sasportal"
|
180 | 180 | ]
|
181 | 181 | },
|
| 182 | + "listLegacyOrganizations": { |
| 183 | + "description": "Checks whether account is legacy.", |
| 184 | + "flatPath": "v1alpha1/customers:listLegacyOrganizations", |
| 185 | + "httpMethod": "GET", |
| 186 | + "id": "sasportal.customers.listLegacyOrganizations", |
| 187 | + "parameterOrder": [], |
| 188 | + "parameters": {}, |
| 189 | + "path": "v1alpha1/customers:listLegacyOrganizations", |
| 190 | + "response": { |
| 191 | + "$ref": "SasPortalListLegacyOrganizationsResponse" |
| 192 | + }, |
| 193 | + "scopes": [ |
| 194 | + "https://www.googleapis.com/auth/cloud-platform", |
| 195 | + "https://www.googleapis.com/auth/sasportal" |
| 196 | + ] |
| 197 | + }, |
182 | 198 | "migrateOrganization": {
|
183 | 199 | "description": "Migrates a SAS organization to the cloud. This will create GCP projects for each deployment and associate them. The SAS Organization is linked to the gcp project that called the command. go/sas-legacy-customer-migration",
|
184 | 200 | "flatPath": "v1alpha1/customers:migrateOrganization",
|
|
2636 | 2652 | }
|
2637 | 2653 | }
|
2638 | 2654 | },
|
2639 |
| - "revision": "20231109", |
| 2655 | + "revision": "20231220", |
2640 | 2656 | "rootUrl": "https://sasportal.googleapis.com/",
|
2641 | 2657 | "schemas": {
|
2642 | 2658 | "SasPortalAssignment": {
|
|
3297 | 3313 | },
|
3298 | 3314 | "type": "object"
|
3299 | 3315 | },
|
| 3316 | + "SasPortalListLegacyOrganizationsResponse": { |
| 3317 | + "description": "Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.Provisioning.ListLegacyOrganizations].", |
| 3318 | + "id": "SasPortalListLegacyOrganizationsResponse", |
| 3319 | + "properties": { |
| 3320 | + "organizationIds": { |
| 3321 | + "description": "Optional. IDs of legacy SAS organizations.", |
| 3322 | + "items": { |
| 3323 | + "format": "int64", |
| 3324 | + "type": "string" |
| 3325 | + }, |
| 3326 | + "type": "array" |
| 3327 | + } |
| 3328 | + }, |
| 3329 | + "type": "object" |
| 3330 | + }, |
3300 | 3331 | "SasPortalListNodesResponse": {
|
3301 | 3332 | "description": "Response for ListNodes.",
|
3302 | 3333 | "id": "SasPortalListNodesResponse",
|
|
0 commit comments