From 3e66f5aa9a937e63cde322d7c042117638e68c20 Mon Sep 17 00:00:00 2001 From: Mike Ruth <25463898+technologik@users.noreply.github.com> Date: Thu, 23 Jan 2020 17:54:28 -0800 Subject: [PATCH] Update API to include roleset TTL parameter (#8231) Include documentation on including the TTL parameter for service account key rolesets. [Associated PR](https://github.com/hashicorp/vault-plugin-secrets-gcp/pull/54) --- website/pages/api-docs/secret/gcp/index.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/pages/api-docs/secret/gcp/index.mdx b/website/pages/api-docs/secret/gcp/index.mdx index 03847d1215..f2e17a308d 100644 --- a/website/pages/api-docs/secret/gcp/index.mdx +++ b/website/pages/api-docs/secret/gcp/index.mdx @@ -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