Google IAM V1beta API - Module Google::Iam::V1beta::WorkloadIdentityPools::Paths (v0.3.6)

Reference documentation and code samples for the Google IAM V1beta API module Google::Iam::V1beta::WorkloadIdentityPools::Paths.

Path helper methods for the WorkloadIdentityPools API.

Methods

#project_path

def project_path(project:) -> ::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)

#workload_identity_pool_path

def workload_identity_pool_path(project:, location:, workload_identity_pool:) -> ::String

Create a fully-qualified WorkloadIdentityPool resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/workloadIdentityPools/{workload_identity_pool}

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

#workload_identity_pool_provider_path

def workload_identity_pool_provider_path(project:, location:, workload_identity_pool:, workload_identity_pool_provider:) -> ::String

Create a fully-qualified WorkloadIdentityPoolProvider resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/workloadIdentityPools/{workload_identity_pool}/providers/{workload_identity_pool_provider}

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