Create GSuite Connection Activity

create connection for google suite Activities.

The activity that creates connection and authentication for Gsuite activities using specified authentication type.

Input

  • Authentication Type : The authentication type is used to access the GSuite services.

    • ApiKey - A simple API key identifies the application and does not require user authentication. only used in the case of Google Sheets.

    • OAuth2ClientID - A OAuth2ClientID identifies the application and authenticates your application with Google.

    • ServiceAccountKey - Pass a private key as a json file to google cloud client libraries and generate service account credentials at run time.

  • User: String Argument The identifier for the user to authorize. A separate response token is generated for each user.This property is used only when the Authentication Type is OAuth2ClientID.

  • Authentication Scopes: String[] Argument The permission to access the GSuite services. Authentication scopes are added through the authentication scopes window shows below. To know more about authentication scopes OAuth 2.0 Scopes for Google APIs

OAuth Client ID

Output

  • Credential: Object Variable User credential for using an access token to access protected resources.

Last updated