Skip to content

Commit b079cd8

Browse files
committed
update keyfilepath required value
1 parent a613955 commit b079cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-google-bigquery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
121121
| Property | Description | Required |
122122
|:--- |:--- |:--- |
123123
| email | The service account email ID that is used for ServiceAuthentication. It can be used only on Self-hosted Integration Runtime. | No |
124-
| keyFilePath | The full path to the `.p12` or `.json` key file that is used to authenticate the service account email address. | No |
124+
| keyFilePath | The full path to the `.p12` or `.json` key file that is used to authenticate the service account email address. | Yes |
125125
| trustedCertPath | The full path of the .pem file that contains trusted CA certificates used to verify the server when you connect over TLS. This property can be set only when you use TLS on Self-hosted Integration Runtime. The default value is the cacerts.pem file installed with the integration runtime. | No |
126126
| useSystemTrustStore | Specifies whether to use a CA certificate from the system trust store or from a specified .pem file. The default value is **false**. | No |
127127

0 commit comments

Comments
 (0)