Parameter
|
Description
|
Valid Values
|
"id"
|
The application ID is automatically generated with the successful registration of the application.
|
It must be a valid application ID.
|
Property
|
Description
|
Valid Values
|
"id"
|
The application ID is automatically generated with the successful registration of the application. This ID is used for tracking applications in Hybrid Data Pipeline.
|
An auto-generated application ID.
|
"name"
|
The name of the application
|
A string with a maximum length of 128 characters.
|
"description"
|
User specified description of the application.
|
A string with a maximum length of 256 characters
|
"redirectUrls"
|
List of authorized URLs
|
This may be one valid URL or a comma separated list of valid URLs.
|
"clientId"
|
The client ID is generated when the client application is registered. This ID is required when client applications initiate OAuth authorization.
|
An auto-generated value used when client applications initiate OAuth authorization.
|
"clientSecret"
|
The client secret is generated when the client application is registered. This secret is required when client applications initiate OAuth authorization.
|
An auto-generated value used when client applications initiate OAuth authorization.
|