2023-08-08
▼ ▲ 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.
Path : v1alpha/{+parent}/tenants
Parameter Order : parent
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants
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 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).
parent
Location : path
Required : Yes
Type : string
Description : Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global`
Pattern : ^organizations/[^/]+/locations/global$
HTTP Method : POST
▼ ▲ beyondcorp.organizations.locations.global.tenants.delete
Parameters :
name
Required : Yes
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/global/tenants/[^/]+$
Description : Required. Name of the resource.
requestId
Location : query
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).
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
Description : Deletes a single Tenant.
Path : v1alpha/{+name}
▼ ▲ beyondcorp.organizations.locations.global.tenants.get
Description : Gets details of a single Tenant.
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}
Parameters :
name
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/tenants/[^/]+$
Location : path
Required : Yes
HTTP Method : GET
Path : v1alpha/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ beyondcorp.organizations.locations.global.tenants.proxyConfigs.get
Path : v1alpha/{+name}
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs/{proxyConfigsId}
Parameters :
name
Description : Required. The resource name of the ProxyConfig using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}/proxyConfigs/{proxy_config_id}`
Location : path
Type : string
Required : Yes
Pattern : ^organizations/[^/]+/locations/global/tenants/[^/]+/proxyConfigs/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Description : Gets details of a single ProxyConfig.
HTTP Method : GET
▼ ▲ beyondcorp.organizations.locations.global.tenants.proxyConfigs.create
HTTP Method : POST
Description : Creates a new BeyondCorp Enterprise ProxyConfig in a given organization and Tenant. Can only be called by on onboarded Beyondcorp Enterprise partner.
Path : v1alpha/{+parent}/proxyConfigs
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Parameters :
parent
Required : Yes
Pattern : ^organizations/[^/]+/locations/global/tenants/[^/]+$
Type : string
Description : Required. The resource name of the Tenant using the form: `organizations/{organization_id}/locations/global/tenants/{tenant_id}`
Location : path
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 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).
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs
▼ ▲ beyondcorp.organizations.locations.global.tenants.proxyConfigs.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
Path : v1alpha/{+name}
Parameter Order : name
Description : Deletes a single ProxyConfig.
Parameters :
name
Type : string
Pattern : ^organizations/[^/]+/locations/global/tenants/[^/]+/proxyConfigs/[^/]+$
Required : Yes
Location : path
Description : Required. Name of the resource.
requestId
Location : query
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).
Flat Path : v1alpha/organizations/{organizationsId}/locations/global/tenants/{tenantsId}/proxyConfigs/{proxyConfigsId}