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