|
241 | 241 | "parent" |
242 | 242 | ], |
243 | 243 | "parameters": { |
244 | | - "filter": { |
245 | | - "description": "Optional. Filter partnerTenants to be returned. See [List Sub-Collections] (https://cloud.google.com/apis/design/design_patterns#list_sub-collections) for more details. All fields can be used in the filter. Usage: field_filter=\"fieldName1=fieldVal1 AND fieldName2=fieldVal2\". NOTE: Only `AND` conditions are allowed.", |
246 | | - "location": "query", |
247 | | - "type": "string" |
248 | | - }, |
249 | | - "orderBy": { |
250 | | - "description": "Optional. Specifies the ordering of results. Currently, only ordering by the \"name\" and \"create_time\" fields are supported. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.", |
251 | | - "location": "query", |
252 | | - "type": "string" |
253 | | - }, |
254 | | - "pageSize": { |
255 | | - "description": "Optional. The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 50 items will be returned. The maximum value is 1000; values above 1000 are coerced to 1000. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.", |
256 | | - "format": "int32", |
257 | | - "location": "query", |
258 | | - "type": "integer" |
259 | | - }, |
260 | | - "pageToken": { |
261 | | - "description": "Optional. A token identifying a page of results the server should return.", |
262 | | - "location": "query", |
263 | | - "type": "string" |
264 | | - }, |
265 | 244 | "parent": { |
266 | 245 | "description": "Required. The parent organization to which the PartnerTenants belong. Format: `organizations/{organization_id}/locations/global`", |
267 | 246 | "location": "path", |
|
410 | 389 | "https://www.googleapis.com/auth/cloud-platform" |
411 | 390 | ] |
412 | 391 | }, |
| 392 | + "delete": { |
| 393 | + "description": "Deletes an existing BrowserDlpRule.", |
| 394 | + "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}", |
| 395 | + "httpMethod": "DELETE", |
| 396 | + "id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.delete", |
| 397 | + "parameterOrder": [ |
| 398 | + "name" |
| 399 | + ], |
| 400 | + "parameters": { |
| 401 | + "name": { |
| 402 | + "description": "Required. The resource name of the BrowserDlpRule using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/browserDlpRules/{browser_dlp_rule_id}`", |
| 403 | + "location": "path", |
| 404 | + "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$", |
| 405 | + "required": true, |
| 406 | + "type": "string" |
| 407 | + }, |
| 408 | + "requestId": { |
| 409 | + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", |
| 410 | + "location": "query", |
| 411 | + "type": "string" |
| 412 | + } |
| 413 | + }, |
| 414 | + "path": "v1alpha/{+name}", |
| 415 | + "response": { |
| 416 | + "$ref": "GoogleLongrunningOperation" |
| 417 | + }, |
| 418 | + "scopes": [ |
| 419 | + "https://www.googleapis.com/auth/cloud-platform" |
| 420 | + ] |
| 421 | + }, |
413 | 422 | "get": { |
414 | 423 | "description": "Gets details of a single BrowserDlpRule.", |
415 | 424 | "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}", |
|
466 | 475 | "https://www.googleapis.com/auth/cloud-platform" |
467 | 476 | ] |
468 | 477 | }, |
| 478 | + "patch": { |
| 479 | + "description": "Update an existing BrowserDlpRule in a given organization and PartnerTenant.", |
| 480 | + "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}", |
| 481 | + "httpMethod": "PATCH", |
| 482 | + "id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.patch", |
| 483 | + "parameterOrder": [ |
| 484 | + "name" |
| 485 | + ], |
| 486 | + "parameters": { |
| 487 | + "name": { |
| 488 | + "description": "Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.", |
| 489 | + "location": "path", |
| 490 | + "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$", |
| 491 | + "required": true, |
| 492 | + "type": "string" |
| 493 | + }, |
| 494 | + "requestId": { |
| 495 | + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", |
| 496 | + "location": "query", |
| 497 | + "type": "string" |
| 498 | + }, |
| 499 | + "updateMask": { |
| 500 | + "description": "Required. Supported fields include: rule_setting.value.*, group.id/group.email.", |
| 501 | + "format": "google-fieldmask", |
| 502 | + "location": "query", |
| 503 | + "type": "string" |
| 504 | + } |
| 505 | + }, |
| 506 | + "path": "v1alpha/{+name}", |
| 507 | + "request": { |
| 508 | + "$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule" |
| 509 | + }, |
| 510 | + "response": { |
| 511 | + "$ref": "GoogleLongrunningOperation" |
| 512 | + }, |
| 513 | + "scopes": [ |
| 514 | + "https://www.googleapis.com/auth/cloud-platform" |
| 515 | + ] |
| 516 | + }, |
469 | 517 | "setIamPolicy": { |
470 | 518 | "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", |
471 | 519 | "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:setIamPolicy", |
|
645 | 693 | "https://www.googleapis.com/auth/cloud-platform" |
646 | 694 | ] |
647 | 695 | }, |
| 696 | + "list": { |
| 697 | + "description": "Lists ProxyConfigs for PartnerTenant in a given organization.", |
| 698 | + "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs", |
| 699 | + "httpMethod": "GET", |
| 700 | + "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.list", |
| 701 | + "parameterOrder": [ |
| 702 | + "parent" |
| 703 | + ], |
| 704 | + "parameters": { |
| 705 | + "parent": { |
| 706 | + "description": "Required. The parent organization to which the ProxyConfigs belong. Format: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`", |
| 707 | + "location": "path", |
| 708 | + "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$", |
| 709 | + "required": true, |
| 710 | + "type": "string" |
| 711 | + } |
| 712 | + }, |
| 713 | + "path": "v1alpha/{+parent}/proxyConfigs", |
| 714 | + "response": { |
| 715 | + "$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse" |
| 716 | + }, |
| 717 | + "scopes": [ |
| 718 | + "https://www.googleapis.com/auth/cloud-platform" |
| 719 | + ] |
| 720 | + }, |
| 721 | + "patch": { |
| 722 | + "description": "Updates a single proxy config.", |
| 723 | + "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}", |
| 724 | + "httpMethod": "PATCH", |
| 725 | + "id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.patch", |
| 726 | + "parameterOrder": [ |
| 727 | + "name" |
| 728 | + ], |
| 729 | + "parameters": { |
| 730 | + "name": { |
| 731 | + "description": "Output only. ProxyConfig resource name.", |
| 732 | + "location": "path", |
| 733 | + "pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$", |
| 734 | + "required": true, |
| 735 | + "type": "string" |
| 736 | + }, |
| 737 | + "requestId": { |
| 738 | + "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).", |
| 739 | + "location": "query", |
| 740 | + "type": "string" |
| 741 | + }, |
| 742 | + "updateMask": { |
| 743 | + "description": "Required. Mutable fields include: display_name, proxy_uri, routing_info, transport_info, encryption_info.", |
| 744 | + "format": "google-fieldmask", |
| 745 | + "location": "query", |
| 746 | + "type": "string" |
| 747 | + } |
| 748 | + }, |
| 749 | + "path": "v1alpha/{+name}", |
| 750 | + "request": { |
| 751 | + "$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig" |
| 752 | + }, |
| 753 | + "response": { |
| 754 | + "$ref": "GoogleLongrunningOperation" |
| 755 | + }, |
| 756 | + "scopes": [ |
| 757 | + "https://www.googleapis.com/auth/cloud-platform" |
| 758 | + ] |
| 759 | + }, |
648 | 760 | "setIamPolicy": { |
649 | 761 | "description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.", |
650 | 762 | "flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:setIamPolicy", |
|
3856 | 3968 | } |
3857 | 3969 | } |
3858 | 3970 | }, |
3859 | | - "revision": "20230531", |
| 3971 | + "revision": "20230613", |
3860 | 3972 | "rootUrl": "https://beyondcorp.googleapis.com/", |
3861 | 3973 | "schemas": { |
3862 | 3974 | "AllocatedConnection": { |
|
5539 | 5651 | "description": "Message for response to listing PartnerTenants.", |
5540 | 5652 | "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse", |
5541 | 5653 | "properties": { |
5542 | | - "nextPageToken": { |
5543 | | - "description": "A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", |
5544 | | - "type": "string" |
5545 | | - }, |
5546 | 5654 | "partnerTenants": { |
5547 | 5655 | "description": "The list of PartnerTenant objects.", |
5548 | 5656 | "items": { |
5549 | 5657 | "$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant" |
5550 | 5658 | }, |
5551 | 5659 | "type": "array" |
5552 | | - }, |
5553 | | - "unreachable": { |
5554 | | - "description": "Locations that could not be reached.", |
| 5660 | + } |
| 5661 | + }, |
| 5662 | + "type": "object" |
| 5663 | + }, |
| 5664 | + "GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse": { |
| 5665 | + "description": "Message for response to listing ProxyConfigs.", |
| 5666 | + "id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse", |
| 5667 | + "properties": { |
| 5668 | + "proxyConfigs": { |
| 5669 | + "description": "The list of ProxyConfig objects.", |
5555 | 5670 | "items": { |
5556 | | - "type": "string" |
| 5671 | + "$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig" |
5557 | 5672 | }, |
5558 | 5673 | "type": "array" |
5559 | 5674 | } |
|
0 commit comments