File tree Expand file tree Collapse file tree
packages/google-auth/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ Impersonated credentials
209209++++++++++++++++++++++++
210210
211211Impersonated Credentials allows one set of credentials issued to a user or service account
212- to impersonate another. The target service account must grant the source credential
213- the "Service Account Token Creator" IAM role::
212+ to impersonate another. The source credentials must be granted
213+ the "Service Account Token Creator" IAM role. ::
214214
215215 from google.auth import impersonated_credentials
216216
@@ -232,7 +232,7 @@ the "Service Account Token Creator" IAM role::
232232
233233In the example above `source_credentials ` does not have direct access to list buckets
234234in the target project. Using `ImpersonatedCredentials ` will allow the source_credentials
235- to assume the identity of a target_principal that does have access
235+ to assume the identity of a target_principal that does have access.
236236
237237Making authenticated requests
238238-----------------------------
You can’t perform that action at this time.
0 commit comments