GoogleBigQueryV2LinkedService Class

Google BigQuery service linked service.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory.models._models_py3.LinkedService
GoogleBigQueryV2LinkedService

Constructor

GoogleBigQueryV2LinkedService(*, project_id: MutableMapping[str, Any], authentication_type: str | _models.GoogleBigQueryV2AuthenticationType, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, version: str | None = None, connect_via: _models.IntegrationRuntimeReference | None = None, description: str | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, annotations: List[MutableMapping[str, Any]] | None = None, client_id: MutableMapping[str, Any] | None = None, client_secret: _models.SecretBase | None = None, refresh_token: _models.SecretBase | None = None, key_file_content: _models.SecretBase | None = None, encrypted_credential: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

version
str

Version of the linked service.

connect_via

The integration runtime reference.

description
str

Linked service description.

parameters

Parameters for linked service.

annotations
list[<xref:JSON>]

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

project_id
<xref:JSON>

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

authentication_type

The OAuth 2.0 authentication mechanism used for authentication. Required. Known values are: "ServiceAuthentication" and "UserAuthentication".

client_id
<xref:JSON>

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

client_secret

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

refresh_token

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

key_file_content

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

encrypted_credential
str

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

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

type
str

Type of linked service. Required.

version
str

Version of the linked service.

connect_via

The integration runtime reference.

description
str

Linked service description.

parameters

Parameters for linked service.

annotations
list[<xref:JSON>]

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

project_id
<xref:JSON>

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

authentication_type

The OAuth 2.0 authentication mechanism used for authentication. Required. Known values are: "ServiceAuthentication" and "UserAuthentication".

client_id
<xref:JSON>

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

client_secret

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

refresh_token

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

key_file_content

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

encrypted_credential
str

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