Class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig
Config for authentication using bearer token.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretVersionForToken
Optional. The name of the SecretManager secret version resource storing the Bearer token. If this field is
set, the token
field will be ignored. Format: projects/{project}/secrets/{secret}/versions/{version}
Declaration
[JsonProperty("secretVersionForToken")]
public virtual string SecretVersionForToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Token
Optional. The text token appended to the text Bearer
to the request Authorization header. Session
parameters reference can be used
to pass the token dynamically, e.g. $session.params.parameter-id
.
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type | Description |
---|---|
string |