Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig

Config for authentication with API key.

Inheritance
object
GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig : IDirectResponseSchema

Properties

ApiKey

Optional. The API key. If the secret_version_for_api_key field is set, this field will be ignored.

Declaration
[JsonProperty("apiKey")]
public virtual string ApiKey { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KeyName

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=", "X-Api-Key" would be the parameter name.

Declaration
[JsonProperty("keyName")]
public virtual string KeyName { get; set; }
Property Value
Type Description
string

RequestLocation

Required. Key location in the request.

Declaration
[JsonProperty("requestLocation")]
public virtual string RequestLocation { get; set; }
Property Value
Type Description
string

SecretVersionForApiKey

Optional. The name of the SecretManager secret version resource storing the API key. If this field is set, the api_key field will be ignored. Format: projects/{project}/secrets/{secret}/versions/{version}

Declaration
[JsonProperty("secretVersionForApiKey")]
public virtual string SecretVersionForApiKey { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX