Parameter
|
Description
|
Valid Values
|
{id}
|
The ID of the OAuth application object.
|
The automatically generated OAuth application ID.
|
Property
|
Description
|
Valid Values
|
"id"
|
The ID of the OAuth application object.
|
The automatically generated OAuth application ID.
|
"name"
|
The name of the OAuthApplication.
|
The user-specified name of the OAuth application object. The name can contain only alphanumeric characters and the underscore character.
|
"dataStore"
|
The ID of the data store for which the OAuth application object is being created.
|
The only data store which Hybrid Data Pipeline currently supports access to is Google Analytics. Therefore, the only valid value is the Google Analytics data store ID: 54.
|
"tenantId"
|
The ID of the tenant to which the OAuth application and data store belong.
When a tenant ID is not specified, the OAuth application is created for the tenant to which the user belongs.
|
A valid tenant ID.
|
"description"
|
A description of the OAuth application object.
|
A description provided by the user.
|
"clientId"
|
The OAuth client ID generated by Google when an application is registered with the Analytics API in the Google Developer Console.
|
A valid client ID.
|
"clientSecret"
|
The OAuth client secret generated by Google when an application is registered with the Analytics API in the Google Developer Console.
|
A valid client secret.
|