Network Security V1 API - Module Google::Cloud::NetworkSecurity::V1::SSERealmService::Paths (v0.1.0)

Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::SSERealmService::Paths.

Path helper methods for the SSERealmService API.

Methods

#location_path

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

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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

#sac_attachment_path

def sac_attachment_path(project:, location:, sac_attachment:) -> ::String

Create a fully-qualified SACAttachment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/sacAttachments/{sac_attachment}

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

#sac_realm_path

def sac_realm_path(project:, location:, sac_realm:) -> ::String

Create a fully-qualified SACRealm resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/sacRealms/{sac_realm}

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