- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
Required. Google Cloud Project ID and location. In the following format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
tunnelDestGroupId |
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 |
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.