WorkspaceConnectionOAuth2 interface

ClientId と ClientSecret が必要です。 その他のプロパティは、各 OAuth2 プロバイダーの実装に応じて省略可能です。

プロパティ

authUrl

Concur 接続カテゴリで必須

clientId

UUID 形式のクライアント ID

clientSecret
developerToken

GoogleAdWords 接続カテゴリで必須

password
refreshToken

GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zohoで必要で、ユーザーがRefreshTokenをオフラインで取得する必要があります

tenantId

QuickBooks と Xero 接続カテゴリで必須

username

Concur、ServiceNow 認証サーバーの AccessToken 付与タイプは「パスワード」で、UsernamePassword が必要です。

プロパティの詳細

authUrl

Concur 接続カテゴリで必須

authUrl?: string

プロパティ値

string

clientId

UUID 形式のクライアント ID

clientId?: string

プロパティ値

string

clientSecret

clientSecret?: string

プロパティ値

string

developerToken

GoogleAdWords 接続カテゴリで必須

developerToken?: string

プロパティ値

string

password

password?: string

プロパティ値

string

refreshToken

GoogleBigQuery、GoogleAdWords、Hubspot、QuickBooks、Square、Xero、Zohoで必要で、ユーザーがRefreshTokenをオフラインで取得する必要があります

refreshToken?: string

プロパティ値

string

tenantId

QuickBooks と Xero 接続カテゴリで必須

tenantId?: string

プロパティ値

string

username

Concur、ServiceNow 認証サーバーの AccessToken 付与タイプは「パスワード」で、UsernamePassword が必要です。

username?: string

プロパティ値

string