Returns the trust boundary info for a given workforce pool.
HTTP request
GET https://iamcredentials.googleapis.com/v1/{name=locations/*/workforcePools/*}/allowedLocations
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. Resource name of workforce pool. Authorization requires the following IAM permission on the specified resource  
  | 
              
Request body
The request body must be empty.
Response body
Represents a list of allowed locations for given workforce pool.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{ "locations": [ string ], "encodedLocations": string }  | 
                  
| Fields | |
|---|---|
locations[] | 
                    
                       
 Output only. The human readable trust boundary locations. For example, ["us-central1", "europe-west1"]  | 
                  
encodedLocations | 
                    
                       
 Output only. The hex encoded bitmap of the trust boundary locations  |