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}
- project (String)
- (::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}
- project (String)
- location (String)
- workload_identity_pool (String)
- (::String)
- (::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}
- project (String)
- location (String)
- workload_identity_pool (String)
- workload_identity_pool_provider (String)
- (::String)
- (::ArgumentError)