BeyondCorp API (beyondcorp:v1alpha)

2025-04-17

1 updated method | 10 removed methods

Updates

    Methods
  • beyondcorp.projects.locations.list

      Parameters :

        extraLocationTypes

          Description : Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.

          Location : query

          Repeated : Yes

          Type : string

Deletions

    Methods
  • beyondcorp.projects.locations.appGateways.shouldThrottle

      Path : v1alpha/{+name}:shouldThrottle

      Flat Path : v1alpha/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}:shouldThrottle

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$

          Location : path

          Required : Yes

          Type : string

        port

          Description : Optional. The port that is being throttled

          Location : query

          Type : integer

          Format : int32

        requestedAmount

          Description : Optional. The current throughput through the port (mbps)

          Location : query

          Type : string

          Format : int64

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Calls the Bouncer method ShouldThrottle to check if a request should be throttled.

  • beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.patch

      Path : v1alpha/{+name}

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$

          Location : path

          Required : Yes

          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).

          Location : query

          Type : string

        updateMask

          Description : Required. Supported fields include: rule_setting.value.*, group.id/group.email.

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Update an existing BrowserDlpRule in a given organization and PartnerTenant.

  • beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.get

      Path : v1alpha/{+name}

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}

      HTTP Method : GET

      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}`

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Gets details of a single BrowserDlpRule.

  • beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.list

      Path : v1alpha/{+parent}/browserDlpRules

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent partnerTenant to which the BrowserDlpRules belong. Format: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Lists BrowserDlpRules for PartnerTenant in a given organization.

  • beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.delete

      Path : v1alpha/{+name}

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}

      HTTP Method : DELETE

      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}`

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$

          Location : path

          Required : Yes

          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 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

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Deletes an existing BrowserDlpRule.

  • beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.create

      Path : v1alpha/{+parent}/proxyConfigs

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The resource name of the parent PartnerTenant using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$

          Location : path

          Required : Yes

          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).

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      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.proxyConfigs.get

      Path : v1alpha/{+name}

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/proxyConfigs/{proxy_config_id}`

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Gets details of a single ProxyConfig.

  • beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.list

      Path : v1alpha/{+parent}/proxyConfigs

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs

      HTTP Method : GET

      Parameters :

        parent

          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/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. 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.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. The next_page_token value returned from a previous ListProxyConfigsRequest, if any.

          Location : query

          Type : string

        filter

          Description : Optional. A filter specifying constraints of a list operation. All fields in the ProxyConfig message are supported. For example, the following query will return the ProxyConfigs with displayName "test-config" organizations/${ORG_ID}/locations/global/partnerTenants/${PARTNER_TENANT_ID}/proxyConfigs?filter=displayName="test-config" Nested fields are also supported. The follow query will return ProxyConfigs with pacUri "example.com/pac.pac" organizations/${ORG_ID}/locations/global/partnerTenants/${PARTNER_TENANT_ID}/proxyConfigs?filter=routingInfo.pacUri="example.com/pac.pac" For more information, please refer to https://google.aip.dev/160.

          Location : query

          Type : string

        orderBy

          Description : Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Lists ProxyConfigs for PartnerTenant in a given organization.

  • beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.delete

      Path : v1alpha/{+name}

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource.

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$

          Location : path

          Required : Yes

          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 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

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Deletes a single ProxyConfig.

  • beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.patch

      Path : v1alpha/{+name}

      Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Output only. ProxyConfig resource name.

          Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Required. Mutable fields include: display_name, proxy_uri, routing_info, transport_info, encryption_info.

          Location : query

          Type : string

          Format : google-fieldmask

        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 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

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Deprecated : Yes

      Description : Updates a single proxy config.