GoogleAdWordsLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Google AdWords service linked service.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("GoogleAdWords")]
public class GoogleAdWordsLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("GoogleAdWords")>]
type GoogleAdWordsLinkedService = class
inherit LinkedService
Public Class GoogleAdWordsLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
GoogleAdWordsLinkedService() |
Initializes a new instance of the GoogleAdWordsLinkedService class. |
GoogleAdWordsLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, String, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object) |
Initializes a new instance of the GoogleAdWordsLinkedService class. |
GoogleAdWordsLinkedService(Object, SecretBase, String, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, SecretBase, Object, SecretBase, Object, Object, Object, Object, Object) |
Initializes a new instance of the GoogleAdWordsLinkedService class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from LinkedService) |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. (Inherited from LinkedService) |
AuthenticationType |
Gets or sets the OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. Possible values include: 'ServiceAuthentication', 'UserAuthentication' |
ClientCustomerID |
Gets or sets the Client customer ID of the AdWords account that you want to fetch report data for. |
ClientId |
Gets or sets the client id of the google application used to acquire the refresh token. Type: string (or Expression with resultType string). |
ClientSecret |
Gets or sets the client secret of the google application used to acquire the refresh token. |
ConnectionProperties |
Gets or sets properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object. |
ConnectVia |
Gets or sets the integration runtime reference. (Inherited from LinkedService) |
Description |
Gets or sets linked service description. (Inherited from LinkedService) |
DeveloperToken |
Gets or sets the developer token associated with the manager account that you use to grant access to the AdWords API. |
Gets or sets the service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. |
|
EncryptedCredential |
Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
KeyFilePath |
Gets or sets 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. |
Parameters |
Gets or sets parameters for linked service. (Inherited from LinkedService) |
RefreshToken |
Gets or sets the refresh token obtained from Google for authorizing access to AdWords for UserAuthentication. |
TrustedCertPath |
Gets or sets 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. |
UseSystemTrustStore |
Gets or sets specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET