Automated commit by github action: 5215011900

This commit is contained in:
GitHub Action Bot
2023-06-08 19:30:28 +00:00
parent a35ccfb212
commit e7e4419dd7
2 changed files with 11 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ get:
**category**: *eq* **category**: *eq*
**features**: *ca*
example: directConnect eq "true" example: directConnect eq "true"
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/offset.yaml'

View File

@@ -12,10 +12,18 @@ properties:
type: string type: string
description: The connector script name description: The connector script name
example: "servicenow" example: "servicenow"
features:
type: array
description: The list of features supported by the connector
nullable: true
items:
type: string
example: ["PROVISIONING", "SYNC_PROVISIONING", "SEARCH", "UNSTRUCTURED_TARGETS"]
directConnect: directConnect:
type: boolean type: boolean
description: true if the source is a direct connect source description: true if the source is a direct connect source
example: true example: true
default: false
connectorMetadata: connectorMetadata:
type: object type: object
description: Object containing metadata pertinent to the UI to be used description: Object containing metadata pertinent to the UI to be used