Class ServiceAccountAuthConfig (2.1.0)

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

Configuration for authentication using a service account.

Attribute

Name Description
service_account str
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