|
192 | 192 | "scopes": [
|
193 | 193 | "https://www.googleapis.com/auth/sasportal"
|
194 | 194 | ]
|
| 195 | + }, |
| 196 | + "provisionDeployment": { |
| 197 | + "description": "Creates a new SAS deployment through the GCP workflow. Creates a SAS organization if an organization match is not found.", |
| 198 | + "flatPath": "v1alpha1/customers:provisionDeployment", |
| 199 | + "httpMethod": "POST", |
| 200 | + "id": "prod_tt_sasportal.customers.provisionDeployment", |
| 201 | + "parameterOrder": [], |
| 202 | + "parameters": {}, |
| 203 | + "path": "v1alpha1/customers:provisionDeployment", |
| 204 | + "request": { |
| 205 | + "$ref": "SasPortalProvisionDeploymentRequest" |
| 206 | + }, |
| 207 | + "response": { |
| 208 | + "$ref": "SasPortalProvisionDeploymentResponse" |
| 209 | + }, |
| 210 | + "scopes": [ |
| 211 | + "https://www.googleapis.com/auth/sasportal" |
| 212 | + ] |
195 | 213 | }
|
196 | 214 | },
|
197 | 215 | "resources": {
|
|
2484 | 2502 | }
|
2485 | 2503 | }
|
2486 | 2504 | },
|
2487 |
| - "revision": "20230206", |
| 2505 | + "revision": "20230213", |
2488 | 2506 | "rootUrl": "https://prod-tt-sasportal.googleapis.com/",
|
2489 | 2507 | "schemas": {
|
2490 | 2508 | "SasPortalAssignment": {
|
|
3293 | 3311 | },
|
3294 | 3312 | "type": "object"
|
3295 | 3313 | },
|
| 3314 | + "SasPortalProvisionDeploymentRequest": { |
| 3315 | + "description": "Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. No input is needed, because GCP Project, Organization Info, and caller\u2019s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.", |
| 3316 | + "id": "SasPortalProvisionDeploymentRequest", |
| 3317 | + "properties": {}, |
| 3318 | + "type": "object" |
| 3319 | + }, |
| 3320 | + "SasPortalProvisionDeploymentResponse": { |
| 3321 | + "description": "Response for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment].", |
| 3322 | + "id": "SasPortalProvisionDeploymentResponse", |
| 3323 | + "properties": { |
| 3324 | + "errorMessage": { |
| 3325 | + "description": "Optional. Optional error message if the provisioning request is not successful.", |
| 3326 | + "type": "string" |
| 3327 | + } |
| 3328 | + }, |
| 3329 | + "type": "object" |
| 3330 | + }, |
3296 | 3331 | "SasPortalSetPolicyRequest": {
|
3297 | 3332 | "description": "Request message for `SetPolicy` method.",
|
3298 | 3333 | "id": "SasPortalSetPolicyRequest",
|
|
0 commit comments