2023-06-18
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.list
Parameters :
parent
Type : string
Location : path
Required : Yes
Description : Required. The parent organization to which the ProxyConfigs belong. Format: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Parameter Order : parent
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs
Path : v1alpha/{+parent}/proxyConfigs
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists ProxyConfigs for PartnerTenant in a given organization.
HTTP Method : GET
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.patch
Parameter Order : name
Parameters :
updateMask
Type : string
Description : Required. Mutable fields include: display_name, proxy_uri, routing_info, transport_info, encryption_info.
Format : google-fieldmask
Location : query
requestId
Location : query
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).
Type : string
name
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$
Location : path
Type : string
Required : Yes
Description : Output only. ProxyConfig resource name.
Description : Updates a single proxy config.
HTTP Method : PATCH
Path : v1alpha/{+name}
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.delete
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}
Description : Deletes an existing BrowserDlpRule.
Parameters :
name
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$
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}`
Required : Yes
requestId
Type : string
Location : query
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).
Parameter Order : name
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.patch
Parameters :
name
Location : path
Description : Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$
Type : string
Required : Yes
requestId
Type : string
Location : query
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).
updateMask
Location : query
Description : Required. Supported fields include: rule_setting.value.*, group.id/group.email.
Type : string
Format : google-fieldmask
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}
Description : Update an existing BrowserDlpRule in a given organization and PartnerTenant.
Parameter Order : name
HTTP Method : PATCH
Path : v1alpha/{+name}
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.list
Parameters :
pageToken
Location : query
Type : string
Description : Optional. A token identifying a page of results the server should return.
filter
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.
Type : string
Location : query
pageSize
Location : query
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.
Format : int32
Type : integer
orderBy
Type : string
Location : query
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.