2026-01-19
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.get
Path : v1alpha/{+name}
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the PartnerTenant using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`
Pattern : ^organizations/[^/]+/locations/global/partnerTenants/[^/]+$
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 PartnerTenant.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.list
Path : v1alpha/{+parent}/partnerTenants
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants
HTTP Method : GET
Parameters :
parent
Description : Required. The parent organization to which the PartnerTenants belong. Format: `organizations/{organization_id}/locations/global`
Pattern : ^organizations/[^/]+/locations/global$
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 ListPartnerTenantsResponse, if any.
Location : query
Type : string
filter
Description : Optional. A filter specifying constraints of a list operation. All fields in the PartnerTenant message are supported. For example, the following query will return the PartnerTenants with displayName "test-tenant" organizations/${ORG_ID}/locations/${LOCATION}/partnerTenants?filter=displayName="test-tenant" Nested fields are also supported. The follow query will return PartnerTenants with internal_tenant_id "1234" organizations/${ORG_ID}/locations/${LOCATION}/partnerTenants?filter=partnerMetadata.internalTenantId="1234" 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 PartnerTenants in a given organization.
▼ ▲ beyondcorp.organizations.locations.global.partnerTenants.delete
Path : v1alpha/{+name}
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Name of the resource.
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 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 PartnerTenant.