GoogleAdWordsLinkedService Class
Google AdWords service linked service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceGoogleAdWordsLinkedService
Constructor
GoogleAdWordsLinkedService(*, additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, connection_properties: Optional[Any] = None, client_customer_id: Optional[Any] = None, developer_token: Optional[_models.SecretBase] = None, authentication_type: Optional[Union[str, _models.GoogleAdWordsAuthenticationType]] = None, refresh_token: Optional[_models.SecretBase] = None, client_id: Optional[Any] = None, client_secret: Optional[_models.SecretBase] = None, email: Optional[Any] = None, key_file_path: Optional[Any] = None, trusted_cert_path: Optional[Any] = None, use_system_trust_store: Optional[Any] = None, encrypted_credential: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of linked service.Constant filled by server.
- connect_via
- IntegrationRuntimeReference
The integration runtime reference.
- description
- str
Linked service description.
- parameters
- dict[str, ParameterSpecification]
Parameters for linked service.
- connection_properties
- any
Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.
- client_customer_id
- any
The Client customer ID of the AdWords account that you want to fetch report data for.
- developer_token
- SecretBase
The developer token associated with the manager account that you use to grant access to the AdWords API.
- authentication_type
- str or GoogleAdWordsAuthenticationType
The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. Known values are: "ServiceAuthentication", "UserAuthentication".
- refresh_token
- SecretBase
The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication.
- client_id
- any
The client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string).
- client_secret
- SecretBase
The client secret of the google application used to acquire the refresh token.
- any
The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR.
- key_file_path
- any
The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR.
- trusted_cert_path
- any
The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
- use_system_trust_store
- any
Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
- encrypted_credential
- any
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for