2023-05-26
▼ ▲ beyondcorp.organizations.locations.global.tenants.delete
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Description : Deletes a single Tenant.
Path : v1alpha/{+name}
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}
Parameters :
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).
name
Type : string
Pattern : ^organizations/[^/]+/locations/global/tenants/[^/]+$
Location : path
Required : Yes
Description : Required. Name of the resource.
▼ ▲ beyondcorp.organizations.locations.global.tenants.proxyConfigs.delete
HTTP Method : DELETE
Parameter Order : name
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single ProxyConfig.
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs/{proxyConfigsId}
Parameters :
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
Type : string
Location : path
Description : Required. Name of the resource.
Required : Yes
Pattern : ^organizations/[^/]+/locations/global/tenants/[^/]+/proxyConfigs/[^/]+$
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.list
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists PartnerTenants in a given organization.
Parameter Order : parent
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants
Path : v1alpha/{+parent}/partnerTenants
Parameters :
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
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.
Location : query
Type : string
parent
Required : Yes
Pattern : ^organizations/[^/]+/locations/global$
Type : string
Description : Required. The parent organization to which the PartnerTenants belong. Format: `organizations/{organization_id}/locations/global`
Location : path
filter
Type : string
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.
Location : query
pageToken
Type : string
Description : Optional. A token identifying a page of results the server should return.
Location : query
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.testIamPermissions
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:testIamPermissions
Path : v1alpha/{+resource}:testIamPermissions
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Parameters :
resource
Description : REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Required : Yes
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Parameter Order : resource
Description : Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.setIamPolicy
Parameters :
resource
Type : string
Location : path
Description : REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Required : Yes
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Description : Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
Parameter Order : resource
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+resource}:setIamPolicy
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:setIamPolicy
HTTP Method : POST
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single PartnerTenant.
HTTP Method : DELETE
Parameter Order : name
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}
Path : v1alpha/{+name}
Parameters :
name
Type : string
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Location : path
Description : Required. Name of the resource.
Required : Yes
requestId
Type : string
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).
Location : query
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.getIamPolicy
Parameter Order : resource
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}:getIamPolicy
Description : Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+resource}:getIamPolicy
Parameters :
options.requestedPolicyVersion
Location : query
Description : Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
Type : integer
Format : int32
resource
Required : Yes
Type : string
Description : REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Location : path
HTTP Method : GET
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.getIamPolicy
Parameters :
resource
Required : Yes
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$
Description : REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
options.requestedPolicyVersion
Location : query
Format : int32
Type : integer
Description : Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:getIamPolicy
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+resource}:getIamPolicy
Parameter Order : resource
Description : Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.testIamPermissions
HTTP Method : POST
Parameters :
resource
Required : Yes
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$
Location : path
Description : REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Type : string
Path : v1alpha/{+resource}:testIamPermissions
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:testIamPermissions
Parameter Order : resource
Description : Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.get
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+name}
Parameters :
name
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$
Location : path
Required : Yes
Description : Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}/proxyConfigs/{proxy_config_id}`
Type : string
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}
HTTP Method : GET
Description : Gets details of a single ProxyConfig.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.setIamPolicy
Description : Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:setIamPolicy
Parameters :
resource
Required : Yes
Description : REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Location : path
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$
Type : string
Parameter Order : resource
HTTP Method : POST
Path : v1alpha/{+resource}:setIamPolicy
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.create
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
HTTP Method : POST
Path : v1alpha/{+parent}/proxyConfigs
Parameters :
parent
Type : string
Description : Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}`
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Required : Yes
Location : path
requestId
Type : string
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).
Location : query
Description : Creates a new BeyondCorp Enterprise ProxyConfig in a given organization and PartnerTenant. Can only be called by on onboarded Beyondcorp Enterprise partner.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.setIamPolicy
Parameter Order : resource
Path : v1alpha/{+resource}:setIamPolicy
Parameters :
resource
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$
Required : Yes
Location : path
Description : REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Type : string
HTTP Method : POST
Description : Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:setIamPolicy
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.getIamPolicy
Parameter Order : resource
Parameters :
options.requestedPolicyVersion
Location : query
Description : Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
Format : int32
Type : integer
resource
Description : REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$
Location : path
Type : string
Required : Yes
Path : v1alpha/{+resource}:getIamPolicy
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:getIamPolicy
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.get
Parameter Order : name
Description : Gets details of a single BrowserDlpRule.
Parameters :
name
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}`
Type : string
Required : Yes
Location : path
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+name}
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.testIamPermissions
Parameters :
resource
Location : path
Description : REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Required : Yes
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1alpha/{+resource}:testIamPermissions
Description : Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:testIamPermissions
HTTP Method : POST
Parameter Order : resource
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.create
Description : Creates a new BrowserDlpRule in a given organization and PartnerTenant.
Parameters :
parent
Description : Required. The resource name of the BrowserDlpRule parent using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`
Required : Yes
Location : path
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
Type : string
requestId
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).
Type : string
Location : query
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules
HTTP Method : POST
Path : v1alpha/{+parent}/browserDlpRules