BeyondCorp API (beyondcorp:v1alpha)

2023-05-19

2 new methods

Additions

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

      Description: Gets details of a single PartnerTenant.

      HTTP Method: GET

      Parameter Order: name

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

      Parameters:

        name

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

          Required: Yes

          Type: string

          Location: path

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

      Path: v1alpha/{+name}

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

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

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

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

      Parameter Order: parent

      HTTP Method: POST

      Path: v1alpha/{+parent}/partnerTenants

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

      Parameters:

        parent

          Required: Yes

          Type: string

          Location: path

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

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

        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