Skip to content

Commit

Permalink
Providing individual roleset TTL in docs
Browse files Browse the repository at this point in the history
Adding docs for TTL on individual rolesets. [Associated PR](hashicorp/vault-plugin-secrets-gcp#54)
  • Loading branch information
technologik authored Jan 24, 2020
1 parent ac33c32 commit c8cbc37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/pages/api-docs/secret/gcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -332,13 +332,15 @@ 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

```json
{
"key_algorithm": "TYPE_GOOGLE_CREDENTIALS_FILE",
"key_type": "KEY_ALG_RSA_2048"
"key_type": "KEY_ALG_RSA_2048",
}
```

Expand Down

0 comments on commit c8cbc37

Please sign in to comment.