Skip to content

Commit

Permalink
Update API to include roleset TTL parameter (#8231)
Browse files Browse the repository at this point in the history
Include documentation on including the TTL parameter for service account key rolesets. [Associated PR](hashicorp/vault-plugin-secrets-gcp#54)
  • Loading branch information
technologik authored and Jim Kalafut committed Jan 24, 2020
1 parent ac33c32 commit 3e66f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/pages/api-docs/secret/gcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ or the system default if config was not defined.
`enum(`[`ServiceAccountKeyAlgorithm`](https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts.keys#ServiceAccountKeyAlgorithm)`)`
- `key_type` (`string:"TYPE_GOOGLE_CREDENTIALS_FILE`): Private key type to generate. Defaults to JSON credentials file.
Accepted values are `enum(`[`ServiceAccountPrivateKeyType`](https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts.keys#ServiceAccountPrivateKeyType)`)`
- `ttl` (`string: ""`): Specifies the Time To Live value provided as a string duration with time suffix. If not set, uses the system default value.

### Sample Payload

Expand Down

0 comments on commit 3e66f5a

Please sign in to comment.