You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/2018-06-01/Microsoft.DataFactory.json
+20-14Lines changed: 20 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14433,11 +14433,6 @@
14433
14433
],
14434
14434
"description": "The base definition of a secret type."
14435
14435
},
14436
-
"connectionProperties": {
14437
-
"type": "object",
14438
-
"properties": {},
14439
-
"description": "Properties used to connect to GoogleAds. It is mutually exclusive with any other properties in the linked service. Type: object."
14440
-
},
14441
14436
"developerToken": {
14442
14437
"oneOf": [
14443
14438
{
@@ -14458,12 +14453,17 @@
14458
14453
"type": "string",
14459
14454
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string."
14460
14455
},
14461
-
"keyFilePath": {
14456
+
"googleAdsApiVersion": {
14462
14457
"type": "object",
14463
14458
"properties": {},
14464
-
"description": "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)."
14459
+
"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)."
14465
14460
},
14466
-
"refreshToken": {
14461
+
"loginCustomerID": {
14462
+
"type": "object",
14463
+
"properties": {},
14464
+
"description": "The customer ID of the Google Ads Manager account through which you want to fetch report data of specific Customer. Type: string (or Expression with resultType string)."
14465
+
},
14466
+
"privateKey": {
14467
14467
"oneOf": [
14468
14468
{
14469
14469
"$ref": "#/definitions/SecretBase"
@@ -14474,15 +14474,21 @@
14474
14474
],
14475
14475
"description": "The base definition of a secret type."
14476
14476
},
14477
-
"trustedCertPath": {
14478
-
"type": "object",
14479
-
"properties": {},
14480
-
"description": "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)."
"description": "The base definition of a secret type."
14481
14487
},
14482
-
"useSystemTrustStore": {
14488
+
"supportLegacyDataTypes": {
14483
14489
"type": "object",
14484
14490
"properties": {},
14485
-
"description": "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)."
14491
+
"description": "Specifies whether to use the legacy data type mappings, which maps float, int32 and int64 from Google to string. Do not set this to true unless you want to keep backward compatibility with legacy driver's data type mappings. Type: boolean (or Expression with resultType boolean)."
14486
14492
}
14487
14493
},
14488
14494
"description": "Google AdWords service linked service properties."
0 commit comments