mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Automated commit by github action: 5215011900
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user