Skip to content

Commit 4f5f0ef

Browse files
feat(sasportal): update the api
#### sasportal:v1alpha1 The following keys were added: - schemas.SasPortalProvisionDeploymentRequest.properties.organizationId (Total Keys: 2)
1 parent bd82639 commit 4f5f0ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/dyn/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/sasportal.v1alpha1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2582,7 +2582,7 @@
25822582
}
25832583
}
25842584
},
2585-
"revision": "20230521",
2585+
"revision": "20230607",
25862586
"rootUrl": "https://sasportal.googleapis.com/",
25872587
"schemas": {
25882588
"SasPortalAssignment": {
@@ -3402,6 +3402,11 @@
34023402
"newOrganizationDisplayName": {
34033403
"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.",
34043404
"type": "string"
3405+
},
3406+
"organizationId": {
3407+
"description": "Optional. If this field is set then a new deployment will be created under the organization specified by this id.",
3408+
"format": "int64",
3409+
"type": "string"
34053410
}
34063411
},
34073412
"type": "object"

0 commit comments

Comments
 (0)