public sealed class Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig : IMessage<Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig>, IEquatable<Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig>, IDeepCloneable<Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig.
Configuration for authentication using a service account.
Implements
IMessageWebhookTypesGenericWebServiceTypesServiceAccountAuthConfig, IEquatableWebhookTypesGenericWebServiceTypesServiceAccountAuthConfig, IDeepCloneableWebhookTypesGenericWebServiceTypesServiceAccountAuthConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ServiceAccountAuthConfig()
public ServiceAccountAuthConfig()ServiceAccountAuthConfig(ServiceAccountAuthConfig)
public ServiceAccountAuthConfig(Webhook.Types.GenericWebService.Types.ServiceAccountAuthConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
WebhookTypesGenericWebServiceTypesServiceAccountAuthConfig |
Properties
ServiceAccount
public string ServiceAccount { get; set; }Required. The email address of the service account used to authenticate
the webhook call. Dialogflow uses this service account to exchange an
access token and the access token is then sent in the Authorization
header of the webhook request.
The service account must have the
roles/iam.serviceAccountTokenCreator role granted to the
Dialogflow service
agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|