Class ApiKeyConfig (1.33.0)

ApiKeyConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Config for authentication with API key.

Attributes

NameDescription
key_name str
Required. The parameter name or the header name of the API key. E.g., If the API request is "https://example.com/act?X-Api-Key=
api_key str
Required. The API key.
request_location google.cloud.dialogflowcx_v3beta1.types.Tool.Authentication.RequestLocation
Required. Key location in the request.