Skip to content

Commit 03b7cb2

Browse files
1 parent 3f405b9 commit 03b7cb2

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/IAMCredentials/Resource/LocationsWorkforcePools.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class LocationsWorkforcePools extends \Google\Service\Resource
3333
* Returns the trust boundary info for a given workforce pool.
3434
* (workforcePools.getAllowedLocations)
3535
*
36-
* @param string $name Required. Resource name of workforce pool.
36+
* @param string $name Required. Resource name of workforce pool. Format:
37+
* `locations/global/workforcePools/{pool_id}`
3738
* @param array $optParams Optional parameters.
3839
* @return WorkforcePoolAllowedLocations
3940
* @throws \Google\Service\Exception

src/IAMCredentials/Resource/ProjectsLocationsWorkloadIdentityPools.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class ProjectsLocationsWorkloadIdentityPools extends \Google\Service\Resource
3434
* (workloadIdentityPools.getAllowedLocations)
3535
*
3636
* @param string $name Required. Resource name of workload identity pool.
37+
* Format:
38+
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
3739
* @param array $optParams Optional parameters.
3840
* @return WorkloadIdentityPoolAllowedLocations
3941
* @throws \Google\Service\Exception

src/IAMCredentials/Resource/ProjectsServiceAccounts.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ public function generateIdToken($name, GenerateIdTokenRequest $postBody, $optPar
7979
* Returns the trust boundary info for a given service account.
8080
* (serviceAccounts.getAllowedLocations)
8181
*
82-
* @param string $name Required. Resource name of service account.
82+
* @param string $name Required. Resource name of service account. Format:
83+
* `projects/-/serviceAccounts/{service_account_email}`
8384
* @param array $optParams Optional parameters.
8485
* @return ServiceAccountAllowedLocations
8586
* @throws \Google\Service\Exception

0 commit comments

Comments
 (0)