Automated commit by github action: 4864598975

This commit is contained in:
GitHub Action Bot
2023-05-02 18:36:01 +00:00
parent d5ce28d205
commit e9abb17d65
5 changed files with 10 additions and 2 deletions

View File

@@ -121,10 +121,13 @@ post:
- in: query - in: query
name: provisionAsCsv name: provisionAsCsv
description: >- 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: schema:
type: boolean type: boolean
required: false required: false
example: false
requestBody: requestBody:
required: true required: true
content: content:

View File

@@ -205,6 +205,7 @@ properties:
type: string type: string
description: >- description: >-
Specifies the type of system being managed e.g. Active Directory, Workday, etc.. 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" example: "OpenLDAP - Direct"
connector: connector:
type: string type: string

View File

@@ -121,7 +121,9 @@ post:
- in: query - in: query
name: provisionAsCsv name: provisionAsCsv
description: >- 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: schema:
type: boolean type: boolean
required: false required: false

View File

@@ -205,6 +205,7 @@ properties:
type: string type: string
description: >- description: >-
Specifies the type of system being managed e.g. Active Directory, Workday, etc.. 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" example: "OpenLDAP - Direct"
connector: connector:
type: string type: string

View File

@@ -10,6 +10,7 @@ properties:
type: string type: string
description: >- description: >-
Specifies the type of system being managed e.g. Active Directory, Workday, etc.. 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" example: "OpenLDAP - Direct"
name: name:
type: string type: string