mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Automated commit by github action: 4864598975
This commit is contained in:
@@ -121,10 +121,13 @@ post:
|
||||
- in: query
|
||||
name: provisionAsCsv
|
||||
description: >-
|
||||
Configures the source as a DelimitedFile type of source.
|
||||
If this parameter is `true`, it configures the source as a Delimited File (CSV) source. Setting this to `true` will automatically set the `type` of the source to `DelimitedFile`.
|
||||
You must use this query parameter to create a Delimited File source as you would in the UI.
|
||||
If you don't set this query parameter and you attempt to set the `type` attribute directly, the request won't correctly generate the source.
|
||||
schema:
|
||||
type: boolean
|
||||
required: false
|
||||
example: false
|
||||
requestBody:
|
||||
required: true
|
||||
content:
|
||||
|
||||
@@ -205,6 +205,7 @@ properties:
|
||||
type: string
|
||||
description: >-
|
||||
Specifies the type of system being managed e.g. Active Directory, Workday, etc..
|
||||
If you are creating a Delimited File source, you must set the `provisionasCsv` query parameter to `true`.
|
||||
example: "OpenLDAP - Direct"
|
||||
connector:
|
||||
type: string
|
||||
|
||||
@@ -121,7 +121,9 @@ post:
|
||||
- in: query
|
||||
name: provisionAsCsv
|
||||
description: >-
|
||||
Configures the source as a DelimitedFile type of source.
|
||||
If this parameter is `true`, it configures the source as a Delimited File (CSV) source. Setting this to `true` will automatically set the `type` of the source to `DelimitedFile`.
|
||||
You must use this query parameter to create a Delimited File source as you would in the UI.
|
||||
If you don't set this query parameter and you attempt to set the `type` attribute directly, the request won't correctly generate the source.
|
||||
schema:
|
||||
type: boolean
|
||||
required: false
|
||||
|
||||
@@ -205,6 +205,7 @@ properties:
|
||||
type: string
|
||||
description: >-
|
||||
Specifies the type of system being managed e.g. Active Directory, Workday, etc..
|
||||
If you are creating a Delimited File source, you must set the `provisionasCsv` query parameter to `true`.
|
||||
example: "OpenLDAP - Direct"
|
||||
connector:
|
||||
type: string
|
||||
|
||||
@@ -10,6 +10,7 @@ properties:
|
||||
type: string
|
||||
description: >-
|
||||
Specifies the type of system being managed e.g. Active Directory, Workday, etc..
|
||||
If you are creating a Delimited File source, you must set the `provisionasCsv` query parameter to `true`.
|
||||
example: "OpenLDAP - Direct"
|
||||
name:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user