Method: projects.iap_tunnel.locations.destGroups.patch

Updates a TunnelDestGroup.

HTTP request

PATCH https://iap.googleapis.com/v1/{tunnelDestGroup.name=projects/*/iap_tunnel/locations/*/destGroups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
tunnelDestGroup.name

string

Required. Immutable. Identifier for the TunnelDestGroup. Must be unique within the project and contain only lower case letters (a-z) and dashes (-).

Query parameters

Parameters
updateMask

string (FieldMask format)

A field mask that specifies which IAP settings to update. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of TunnelDestGroup.

Response body

If successful, the response body contains an 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 name resource:

  • iap.tunnelDestGroups.update

For more information, see the IAM documentation.