ApiKeyConfig

The API secret.

Fields
apiKeySecretVersion string

Required. The SecretManager secret version resource name storing API key. e.g. projects/{project}/secrets/{secret}/versions/{version}

apiKeyString string

The API key string.

Either this or apiKeySecretVersion must be set.

JSON representation
{
  "apiKeySecretVersion": string,
  "apiKeyString": string
}