AI Agent with Multifunction Calling using Google Vertex AI > Using the AI Agent with Multifunction Calling using Google Vertex AI recipe > Step 4. Configure and publish the ServiceNow connection
  

Step 4. Configure and publish the ServiceNow connection

Configure the client details, user details, service URL, and grand type to connect to the ServiceNow instance, and then publish the ServiceNowFunctionCalling connection.
    1Open the ServiceNowFunctionCalling connection.
    2From the Type list, select ServiceNow.
    3From the Run On list, select Cloud Server or any Secure Agent.
    4In the Connection Properties section, enter values for the following properties:
    Property
    Description
    Client_ID
    ServiceNow client ID to generate a valid access and refresh token. Enter the client ID that you generated under System OAuth > Application Registry in ServiceNow.
    Client_Secret
    ServiceNow client secret that you generated under System OAuth > Application Registry in ServiceNow.
    User_Name
    ServiceNow user name with the security_admin role to generate client credentials in the ServiceNow instance.
    Password
    Password associated with the ServiceNow user account.
    Service_URL
    URL to access the ServiceNow instance.
    Grant_Type
    Grant type that the ServiceNow instance uses to get an access token for third-party client authorization. Enter the value as password.
    5 Save and publish the connection.