Parameter
|
Valid Values
|
Required
|
name
|
The category name. The category can be anything the connectivity service defines, such as General, Advanced, Security, and OData.
|
Yes
|
options
|
An array of one or more option-definition objects. The option definition defines the option id, display name, data type, and other information to describe the option.
A option-definition object has the format:
{ "id": <option-id>, "displayName": <display-name>, "documentation": "<help-text>", "required": (true | false), "type": <option-data-type>, "default": <default-value>, "choices": [{choice-definition} ] }
See option-definition Object for more information.
|
No
|