Skip to content

Commit

Permalink
fix(iamcredentials): update the API
Browse files Browse the repository at this point in the history
#### iamcredentials:v1
The following keys were changed:
- description
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Jul 10, 2020
1 parent 653d902 commit 880c339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/iamcredentials-v1.json
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://iamcredentials.googleapis.com/",
"batchPath": "batch",
"canonicalName": "IAM Credentials",
"description": "Creates short-lived, limited-privilege credentials for IAM service accounts.",
"description": "Creates short-lived credentials for impersonating IAM service accounts.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials",
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -226,7 +226,7 @@
}
}
},
"revision": "20200605",
"revision": "20200703",
"rootUrl": "https://iamcredentials.googleapis.com/",
"schemas": {
"GenerateAccessTokenRequest": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/iamcredentials/README.md
Expand Up @@ -2,7 +2,7 @@

# iamcredentials

> Creates short-lived, limited-privilege credentials for IAM service accounts.
> Creates short-lived credentials for impersonating IAM service accounts.
## Installation

Expand Down
2 changes: 1 addition & 1 deletion src/apis/iamcredentials/v1.ts
Expand Up @@ -101,7 +101,7 @@ export namespace iamcredentials_v1 {
/**
* IAM Service Account Credentials API
*
* Creates short-lived, limited-privilege credentials for IAM service accounts.
* Creates short-lived credentials for impersonating IAM service accounts.
*
* @example
* const {google} = require('googleapis');
Expand Down

0 comments on commit 880c339

Please sign in to comment.