Identity-Aware Proxy V1 API - Module Google::Cloud::Iap::V1::IdentityAwareProxyAdminService::Paths (v0.6.0)

Reference documentation and code samples for the Identity-Aware Proxy V1 API module Google::Cloud::Iap::V1::IdentityAwareProxyAdminService::Paths.

Path helper methods for the IdentityAwareProxyAdminService API.

Methods

#tunnel_dest_group_path

def tunnel_dest_group_path(project:, location:, dest_group:) -> ::String

Create a fully-qualified TunnelDestGroup resource string.

The resource will be in the following format:

projects/{project}/iap_tunnel/locations/{location}/destGroups/{dest_group}

Parameters
  • project (String)
  • location (String)
  • dest_group (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#tunnel_location_path

def tunnel_location_path(project:, location:) -> ::String

Create a fully-qualified TunnelLocation resource string.

The resource will be in the following format:

projects/{project}/iap_tunnel/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)