Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService::ServiceAccountAuthConfig.
Configuration for authentication using a service account.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#service_account
def service_account() -> ::String-
(::String) — 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
Authorizationheader of the webhook request.The service account must have the
roles/iam.serviceAccountTokenCreatorrole granted to the Dialogflow service agent.
#service_account=
def service_account=(value) -> ::String-
value (::String) — 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
Authorizationheader of the webhook request.The service account must have the
roles/iam.serviceAccountTokenCreatorrole granted to the Dialogflow service agent.
-
(::String) — 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
Authorizationheader of the webhook request.The service account must have the
roles/iam.serviceAccountTokenCreatorrole granted to the Dialogflow service agent.