GoogleBigQueryV2LinkedService interface
Google BigQuery service linked service.
- Extends
Properties
| authentication |
The OAuth 2.0 authentication mechanism used for authentication. |
| client |
The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string). |
| client |
The client secret of the google application used to acquire the refresh token. |
| encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
| key |
The content of the .json key file that is used to authenticate the service account. Type: string (or Expression with resultType string). |
| project |
The default BigQuery project id to query against. Type: string (or Expression with resultType string). |
| refresh |
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 |
Inherited Properties
| annotations | List of tags that can be used for describing the linked service. |
| connect |
The integration runtime reference. |
| description | Linked service description. |
| parameters | Parameters for linked service. |
| version | Version of the linked service. |
Property Details
authenticationType
The OAuth 2.0 authentication mechanism used for authentication.
authenticationType: string
Property Value
string
clientId
The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).
clientId?: any
Property Value
any
clientSecret
The client secret of the google application used to acquire the refresh token.
clientSecret?: SecretBaseUnion
Property Value
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
keyFileContent
The content of the .json key file that is used to authenticate the service account. Type: string (or Expression with resultType string).
keyFileContent?: SecretBaseUnion
Property Value
projectId
The default BigQuery project id to query against. Type: string (or Expression with resultType string).
projectId: any
Property Value
any
refreshToken
The refresh token obtained from Google for authorizing access to BigQuery for UserAuthentication.
refreshToken?: SecretBaseUnion
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "GoogleBigQueryV2"
Property Value
"GoogleBigQueryV2"
Inherited Property Details
annotations
List of tags that can be used for describing the linked service.
annotations?: any[]
Property Value
any[]
Inherited From LinkedService.annotations
connectVia
The integration runtime reference.
connectVia?: IntegrationRuntimeReference
Property Value
Inherited From LinkedService.connectVia
description
Linked service description.
description?: string
Property Value
string
Inherited From LinkedService.description
parameters
Parameters for linked service.
parameters?: {[propertyName: string]: ParameterSpecification}
Property Value
{[propertyName: string]: ParameterSpecification}
Inherited From LinkedService.parameters
version
Version of the linked service.
version?: string
Property Value
string
Inherited From LinkedService.version