Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
Separate multiple options with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.... -o option_name=value option_name=value ...
./infacmd.sh createconnection dn Domain_Google -un Administrator -pd Administrator -cn GA_cmd -ct GOOGLEANALYTICS -o "SERVICEACCOUNTID=serviceaccount@api-project-12345.iam.gserviceaccount.com SERVICEACCOUNTKEY='---BEGIN PRIVATE KEY---\nabcd1234322dsa\n---END PRIVATE KEY----\n' PROJECTID=api-project-12333667"
Property
| Description
|
---|---|
SERVICEACCOUNTID
| Required. Specifies the client_email value present in the JSON file that you download after you create a service account.
|
SERVICEACCOUNTKEY
| Required. Specifies the private_key value present in the JSON file that you download after you create a service account.
|