Close httplib2 connections.
getAllowedLocations(name, x__xgafv=None)
Returns the trust boundary info for a given workload identity pool.
close()
Close httplib2 connections.
getAllowedLocations(name, x__xgafv=None)
Returns the trust boundary info for a given workload identity pool.
Args:
name: string, Required. Resource name of workload identity pool. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Represents a list of allowed locations for given workload identity pool.
"encodedLocations": "A String", # Output only. The hex encoded bitmap of the trust boundary locations
"locations": [ # Output only. The human readable trust boundary locations. For example, ["us-central1", "europe-west1"]
"A String",
],
}