Returns the trust boundary info for a given service account.
HTTP request
GET https://iamcredentials.googleapis.com/v1/{name=projects/*/serviceAccounts/*}/allowedLocations
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of service account. 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 service account.
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 |