次の方法で共有


GoogleBigQueryV2LinkedService interface

Google BigQuery サービスのリンクされたサービス。

Extends

プロパティ

authenticationType

認証に使用される OAuth 2.0 認証メカニズム。

clientId

更新トークンの取得に使用される Google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。

clientSecret

更新トークンの取得に使用される Google アプリケーションのクライアント シークレット。

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

keyFileContent

サービス アカウントの認証に使用される .json キー ファイルの内容。

projectId

クエリ対象の既定の BigQuery プロジェクト ID。

refreshToken

UserAuthentication の BigQuery へのアクセスを承認するために Google から取得した更新トークン。

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

継承されたプロパティ

annotations

リンクされたサービスの説明に使用できるタグの一覧。

connectVia

統合ランタイムリファレンス。

description

リンクされたサービスの説明。

parameters

リンクされたサービスのパラメーター。

version

リンクされたサービスのバージョン。

プロパティの詳細

authenticationType

認証に使用される OAuth 2.0 認証メカニズム。

authenticationType: string

プロパティ値

string

clientId

更新トークンの取得に使用される Google アプリケーションのクライアント ID。 型: string (または resultType 文字列を含む式)。

clientId?: any

プロパティ値

any

clientSecret

更新トークンの取得に使用される Google アプリケーションのクライアント シークレット。

clientSecret?: SecretBaseUnion

プロパティ値

encryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

encryptedCredential?: string

プロパティ値

string

keyFileContent

サービス アカウントの認証に使用される .json キー ファイルの内容。

keyFileContent?: SecretBaseUnion

プロパティ値

projectId

クエリ対象の既定の BigQuery プロジェクト ID。

projectId: any

プロパティ値

any

refreshToken

UserAuthentication の BigQuery へのアクセスを承認するために Google から取得した更新トークン。

refreshToken?: SecretBaseUnion

プロパティ値

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "GoogleBigQueryV2"

プロパティ値

"GoogleBigQueryV2"

継承されたプロパティの詳細

annotations

リンクされたサービスの説明に使用できるタグの一覧。

annotations?: any[]

プロパティ値

any[]

linkedService.annotations から継承

connectVia

統合ランタイムリファレンス。

connectVia?: IntegrationRuntimeReference

プロパティ値

LinkedService.connectVia から継承

description

リンクされたサービスの説明。

description?: string

プロパティ値

string

linkedService.description から継承

parameters

リンクされたサービスのパラメーター。

parameters?: {[propertyName: string]: ParameterSpecification}

プロパティ値

{[propertyName: string]: ParameterSpecification}

LinkedService.parameters から継承

version

リンクされたサービスのバージョン。

version?: string

プロパティ値

string

linkedService.version から継承