mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Automated commit by github action: 5215011900
This commit is contained in:
@@ -28,6 +28,9 @@ get:
|
||||
|
||||
|
||||
**category**: *eq*
|
||||
|
||||
|
||||
**features**: *ca*
|
||||
example: directConnect eq "true"
|
||||
- $ref: '../../v3/parameters/limit.yaml'
|
||||
- $ref: '../../v3/parameters/offset.yaml'
|
||||
|
||||
@@ -12,10 +12,18 @@ properties:
|
||||
type: string
|
||||
description: The connector script name
|
||||
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:
|
||||
type: boolean
|
||||
description: true if the source is a direct connect source
|
||||
example: true
|
||||
default: false
|
||||
connectorMetadata:
|
||||
type: object
|
||||
description: Object containing metadata pertinent to the UI to be used
|
||||
|
||||
Reference in New Issue
Block a user