The API secret.
apiKeySecretVersionstring
Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}
apiKeyStringstring
The API key string.
Either this or apiKeySecretVersion must be set.
| JSON representation |
|---|
{ "apiKeySecretVersion": string, "apiKeyString": string } |