|
7052 | 7052 | "description": "Google AdWords service linked service properties.", |
7053 | 7053 | "type": "object", |
7054 | 7054 | "properties": { |
| 7055 | + "connectionProperties": { |
| 7056 | + "description": "(Deprecated) Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object.", |
| 7057 | + "type": "object" |
| 7058 | + }, |
7055 | 7059 | "clientCustomerID": { |
7056 | 7060 | "description": "The Client customer ID of the AdWords account that you want to fetch report data for. Type: string (or Expression with resultType string).", |
7057 | 7061 | "x-ms-format": "dfe-string", |
|
7091 | 7095 | "x-ms-format": "dfe-string", |
7092 | 7096 | "type": "object" |
7093 | 7097 | }, |
| 7098 | + "keyFilePath": { |
| 7099 | + "description": "(Deprecated) 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. Type: string (or Expression with resultType string).", |
| 7100 | + "x-ms-format": "dfe-string", |
| 7101 | + "type": "object" |
| 7102 | + }, |
| 7103 | + "trustedCertPath": { |
| 7104 | + "description": "(Deprecated) 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. Type: string (or Expression with resultType string).", |
| 7105 | + "x-ms-format": "dfe-string", |
| 7106 | + "type": "object" |
| 7107 | + }, |
| 7108 | + "useSystemTrustStore": { |
| 7109 | + "description": "(Deprecated) Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false. Type: boolean (or Expression with resultType boolean).", |
| 7110 | + "x-ms-format": "dfe-bool", |
| 7111 | + "type": "object" |
| 7112 | + }, |
7094 | 7113 | "privateKey": { |
7095 | 7114 | "description": "The private key that is used to authenticate the service account email address and can only be used on self-hosted IR.", |
7096 | 7115 | "$ref": "../datafactory.json#/definitions/SecretBase" |
|
7101 | 7120 | "type": "object" |
7102 | 7121 | }, |
7103 | 7122 | "googleAdsApiVersion": { |
7104 | | - "description": "The Google Ads API major version such as v14. The supported major versions could be found on https://developers.google.com/google-ads/api/docs/sunset-dates#timetable. Type: string (or Expression with resultType string).", |
| 7123 | + "description": "The Google Ads API major version such as v14. The supported major versions could be found on https://developers.google.com/google-ads/api/docs/release-notes. Type: string (or Expression with resultType string).", |
7105 | 7124 | "x-ms-format": "dfe-string", |
7106 | 7125 | "type": "object" |
7107 | 7126 | }, |
|
0 commit comments