BeyondCorp API (beyondcorp:v1alpha)

2023-08-10

6 new methods

Additions

    Methods
  • beyondcorp.organizations.locations.global.tenants.proxyConfigs.delete

      Parameter Order: name

      Parameters:

        name

          Description: Required. Name of the resource.

          Location: path

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

          Type: string

          Required: Yes

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

          Type: string

          Location: query

      Description: Deletes a single ProxyConfig.

      Path: v1alpha/{+name}

      Flat Path: v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs/{proxyConfigsId}

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

      HTTP Method: DELETE

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

      Parameter Order: parent

      Path: v1alpha/{+parent}/proxyConfigs

      Parameters:

        parent

          Description: Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}`

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

          Location: path

          Required: Yes

          Type: string

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

      Description: Creates a new BeyondCorp Enterprise ProxyConfig in a given organization and Tenant. Can only be called by on onboarded Beyondcorp Enterprise partner.

      HTTP Method: POST

      Flat Path: v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs

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

  • beyondcorp.organizations.locations.global.tenants.proxyConfigs.get

      Parameters:

        name

          Type: string

          Location: path

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

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

          Required: Yes

      Path: v1alpha/{+name}

      Description: Gets details of a single ProxyConfig.

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

      Parameter Order: name

      HTTP Method: GET

      Flat Path: v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs/{proxyConfigsId}

  • beyondcorp.organizations.locations.global.tenants.get

      Path: v1alpha/{+name}

      Parameter Order: name

      HTTP Method: GET

      Description: Gets details of a single Tenant.

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

      Flat Path: v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}

      Parameters:

        name

          Description: Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}`

          Required: Yes

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

          Type: string

          Location: path

  • beyondcorp.organizations.locations.global.tenants.delete

      Path: v1alpha/{+name}

      Description: Deletes a single Tenant.

      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

          Location: path

          Required: Yes

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

          Type: string

          Description: Required. Name of the resource.

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

      HTTP Method: DELETE

      Parameter Order: name

      Flat Path: v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}

  • beyondcorp.organizations.locations.global.tenants.create

      Description: Creates a new BeyondCorp Enterprise tenant in a given organization and can only be called by onboarded BeyondCorp Enterprise partner.

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

      Flat Path: v1alpha/organizations/{organizationsId}/locations/global/tenants

      Path: v1alpha/{+parent}/tenants

      Parameter Order: parent

      Parameters:

        parent

          Required: Yes

          Description: Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global`

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

          Location: path

          Type: string

        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

      HTTP Method: POST