|
110 | 110 | "resources": {
|
111 | 111 | "customers": {
|
112 | 112 | "methods": {
|
113 |
| -"checkHasProvisionedDeployment": { |
114 |
| -"description": "Checks whether a SAS deployment for the authentication context exists.", |
115 |
| -"flatPath": "v1alpha1/customers:checkHasProvisionedDeployment", |
116 |
| -"httpMethod": "GET", |
117 |
| -"id": "prod_tt_sasportal.customers.checkHasProvisionedDeployment", |
118 |
| -"parameterOrder": [], |
119 |
| -"parameters": {}, |
120 |
| -"path": "v1alpha1/customers:checkHasProvisionedDeployment", |
121 |
| -"response": { |
122 |
| -"$ref": "SasPortalCheckHasProvisionedDeploymentResponse" |
123 |
| -}, |
124 |
| -"scopes": [ |
125 |
| -"https://www.googleapis.com/auth/cloud-platform", |
126 |
| -"https://www.googleapis.com/auth/sasportal" |
127 |
| -] |
128 |
| -}, |
129 | 113 | "get": {
|
130 | 114 | "description": "Returns a requested customer.",
|
131 | 115 | "flatPath": "v1alpha1/customers/{customersId}",
|
|
180 | 164 | "https://www.googleapis.com/auth/sasportal"
|
181 | 165 | ]
|
182 | 166 | },
|
| 167 | +"listGcpProjectDeployments": { |
| 168 | +"description": "Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.", |
| 169 | +"flatPath": "v1alpha1/customers:listGcpProjectDeployments", |
| 170 | +"httpMethod": "GET", |
| 171 | +"id": "prod_tt_sasportal.customers.listGcpProjectDeployments", |
| 172 | +"parameterOrder": [], |
| 173 | +"parameters": {}, |
| 174 | +"path": "v1alpha1/customers:listGcpProjectDeployments", |
| 175 | +"response": { |
| 176 | +"$ref": "SasPortalListGcpProjectDeploymentsResponse" |
| 177 | +}, |
| 178 | +"scopes": [ |
| 179 | +"https://www.googleapis.com/auth/cloud-platform", |
| 180 | +"https://www.googleapis.com/auth/sasportal" |
| 181 | +] |
| 182 | +}, |
183 | 183 | "listLegacyOrganizations": {
|
184 |
| -"description": "Checks whether account is legacy.", |
| 184 | +"description": "Returns a list of legacy organizations.", |
185 | 185 | "flatPath": "v1alpha1/customers:listLegacyOrganizations",
|
186 | 186 | "httpMethod": "GET",
|
187 | 187 | "id": "prod_tt_sasportal.customers.listLegacyOrganizations",
|
|
2653 | 2653 | }
|
2654 | 2654 | }
|
2655 | 2655 | },
|
2656 |
| -"revision": "20240111", |
| 2656 | +"revision": "20240120", |
2657 | 2657 | "rootUrl": "https://prod-tt-sasportal.googleapis.com/",
|
2658 | 2658 | "schemas": {
|
2659 | 2659 | "SasPortalAssignment": {
|
|
2690 | 2690 | },
|
2691 | 2691 | "type": "object"
|
2692 | 2692 | },
|
2693 |
| -"SasPortalCheckHasProvisionedDeploymentResponse": { |
2694 |
| -"description": "Response for [CheckHasProvisionedDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.CheckHasProvisionedDeployment].", |
2695 |
| -"id": "SasPortalCheckHasProvisionedDeploymentResponse", |
2696 |
| -"properties": { |
2697 |
| -"hasProvisionedDeployment": { |
2698 |
| -"description": "Whether a SAS deployment for the authentication context exists.", |
2699 |
| -"type": "boolean" |
2700 |
| -} |
2701 |
| -}, |
2702 |
| -"type": "object" |
2703 |
| -}, |
2704 | 2693 | "SasPortalCreateSignedDeviceRequest": {
|
2705 | 2694 | "description": "Request for CreateSignedDevice.",
|
2706 | 2695 | "id": "SasPortalCreateSignedDeviceRequest",
|
|
3149 | 3138 | },
|
3150 | 3139 | "type": "object"
|
3151 | 3140 | },
|
| 3141 | +"SasPortalGcpProjectDeployment": { |
| 3142 | +"description": "Deployment associated with the GCP project. Includes whether SAS analytics has been enabled or not.", |
| 3143 | +"id": "SasPortalGcpProjectDeployment", |
| 3144 | +"properties": { |
| 3145 | +"deployment": { |
| 3146 | +"$ref": "SasPortalDeployment", |
| 3147 | +"description": "Deployment associated with the GCP project." |
| 3148 | +}, |
| 3149 | +"hasEnabledAnalytics": { |
| 3150 | +"description": "Whether SAS analytics has been enabled.", |
| 3151 | +"type": "boolean" |
| 3152 | +} |
| 3153 | +}, |
| 3154 | +"type": "object" |
| 3155 | +}, |
3152 | 3156 | "SasPortalGenerateSecretRequest": {
|
3153 | 3157 | "description": "Request for GenerateSecret.",
|
3154 | 3158 | "id": "SasPortalGenerateSecretRequest",
|
|
3314 | 3318 | },
|
3315 | 3319 | "type": "object"
|
3316 | 3320 | },
|
| 3321 | +"SasPortalListGcpProjectDeploymentsResponse": { |
| 3322 | +"description": "Response for [ListGcpProjectDeployments].", |
| 3323 | +"id": "SasPortalListGcpProjectDeploymentsResponse", |
| 3324 | +"properties": { |
| 3325 | +"deployments": { |
| 3326 | +"description": "Optional. Deployments associated with the GCP project", |
| 3327 | +"items": { |
| 3328 | +"$ref": "SasPortalGcpProjectDeployment" |
| 3329 | +}, |
| 3330 | +"type": "array" |
| 3331 | +} |
| 3332 | +}, |
| 3333 | +"type": "object" |
| 3334 | +}, |
3317 | 3335 | "SasPortalListLegacyOrganizationsResponse": {
|
3318 | 3336 | "description": "Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.Provisioning.ListLegacyOrganizations].",
|
3319 | 3337 | "id": "SasPortalListLegacyOrganizationsResponse",
|
|
0 commit comments