Managed Service for Microsoft Active Directory API V1 API - Module Google::Cloud::ManagedIdentities::V1::ManagedIdentitiesService::Paths (v0.3.5)

Reference documentation and code samples for the Managed Service for Microsoft Active Directory API V1 API module Google::Cloud::ManagedIdentities::V1::ManagedIdentitiesService::Paths.

Path helper methods for the ManagedIdentitiesService API.

Methods

#domain_path

def domain_path(project:, location:, domain:) -> ::String

Create a fully-qualified Domain resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/domains/{domain}

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

#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)