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.
Included In
Methods
#tunnel_dest_group_path
def tunnel_dest_group_path(project:, location:, dest_group:) -> ::StringCreate a fully-qualified TunnelDestGroup resource string.
The resource will be in the following format:
projects/{project}/iap_tunnel/locations/{location}/destGroups/{dest_group}
- project (String)
- location (String)
- dest_group (String)
- (::String)
- (::ArgumentError)
#tunnel_location_path
def tunnel_location_path(project:, location:) -> ::StringCreate a fully-qualified TunnelLocation resource string.
The resource will be in the following format:
projects/{project}/iap_tunnel/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)