Package version:

Interface GoogleBigQueryV2LinkedService

Google BigQuery service linked service.

interface GoogleBigQueryV2LinkedService {
    annotations?: any[];
    authenticationType: string;
    clientId?: any;
    clientSecret?: SecretBaseUnion;
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    keyFileContent?: SecretBaseUnion;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    projectId: any;
    refreshToken?: SecretBaseUnion;
    type: "GoogleBigQueryV2";
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

authenticationType: string

The OAuth 2.0 authentication mechanism used for authentication.

clientId?: any

The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).

clientSecret?: SecretBaseUnion

The client secret of the google application used to acquire the refresh token.

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

keyFileContent?: SecretBaseUnion

The content of the .json key file that is used to authenticate the service account. Type: string (or Expression with resultType string).

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

Parameters for linked service.

projectId: any

The default BigQuery project id to query against. Type: string (or Expression with resultType string).

refreshToken?: SecretBaseUnion

The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication.

type

Polymorphic discriminator, which specifies the different types this object can be

version?: string

Version of the linked service.