Method: projects.iap_tunnel.locations.destGroups.create

Creates a new TunnelDestGroup.

HTTP request

POST https://iap.googleapis.com/v1/{parent=projects/*/iap_tunnel/locations/*}/destGroups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Google Cloud Project ID and location. In the following format: projects/{projectNumber/id}/iap_tunnel/locations/{location}.

Authorization requires the following IAM permission on the specified resource parent:

  • iap.tunnelDestGroups.create

Query parameters

Parameters
tunnelDestGroupId

string

Required. The ID to use for the TunnelDestGroup, which becomes the final component of the resource name.

This value must be 4-63 characters, and valid characters are [a-z]-.

Request body

The request body contains an instance of TunnelDestGroup.

Response body

If successful, the response body contains a newly created instance of TunnelDestGroup.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • iap.tunnelDestGroups.create

For more information, see the IAM documentation.