Skip to content

Commit 644b769

Browse files
feat(prod_tt_sasportal): update the api
#### prod_tt_sasportal:v1alpha1 The following keys were added: - schemas.SasPortalProvisionDeploymentRequest.properties.organizationId (Total Keys: 2)
1 parent 5dd7a1a commit 644b769

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/prod_tt_sasportal_v1alpha1.customers.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ <h3>Method Details</h3>
225225
{ # Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. GCP Project, Organization Info, and caller’s 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.
226226
&quot;newDeploymentDisplayName&quot;: &quot;A String&quot;, # Optional. If this field is set, and a new SAS Portal Deployment needs to be created, its display name will be set to the value of this field.
227227
&quot;newOrganizationDisplayName&quot;: &quot;A String&quot;, # Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field.
228+
&quot;organizationId&quot;: &quot;A String&quot;, # Optional. If this field is set then a new deployment will be created under the organization specified by this id.
228229
}
229230

230231
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2583,7 +2583,7 @@
25832583
}
25842584
}
25852585
},
2586-
"revision": "20230525",
2586+
"revision": "20230612",
25872587
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
25882588
"schemas": {
25892589
"SasPortalAssignment": {
@@ -3403,6 +3403,11 @@
34033403
"newOrganizationDisplayName": {
34043404
"description": "Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field.",
34053405
"type": "string"
3406+
},
3407+
"organizationId": {
3408+
"description": "Optional. If this field is set then a new deployment will be created under the organization specified by this id.",
3409+
"format": "int64",
3410+
"type": "string"
34063411
}
34073412
},
34083413
"type": "object"

0 commit comments

Comments
 (0)