Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1764 from sailpoint/fning/PLTCO…
Browse files Browse the repository at this point in the history
…NN-5745

PLTCONN-5745: Add query param for includeIDNSource' by github action: 11297424030
  • Loading branch information
tyler-mairose-sp committed Oct 11, 2024
1 parent fbc1e9c commit cb86201
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions idn/beta/paths/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ get:
operationId: listSources
security:
- userAuth: [ idn:sources:read ]
x-sailpoint-userLevels:
- ORG_ADMIN
- SOURCE_ADMIN
- SOURCE_SUBADMIN
- ROLE_SUBADMIN
tags:
- Sources
summary: Lists all sources in IdentityNow.
Expand Down Expand Up @@ -92,6 +97,14 @@ get:
Subadmins may only view Sources which they are able to administer; all other Sources will be filtered out when
this parameter is set. If the current user is a SOURCE_SUBADMIN but fails to pass a valid value for this
parameter, a 403 Forbidden is returned.
- in: query
name: includeIDNSource
required: false
schema:
type: boolean
default: false
example: true
description: Include the IdentityNow source in the response.
responses:
'200':
description: List of Source objects
Expand All @@ -117,6 +130,10 @@ post:
operationId: createSource
security:
- userAuth: [ idn:sources:manage ]
x-sailpoint-userLevels:
- ORG_ADMIN
- SOURCE_ADMIN
- SOURCE_SUBADMIN
tags:
- Sources
summary: Creates a source in IdentityNow.
Expand Down
8 changes: 8 additions & 0 deletions idn/v3/paths/sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ get:
Subadmins may only view Sources which they are able to administer; all other Sources will be filtered out when
this parameter is set. If the current user is a SOURCE_SUBADMIN but fails to pass a valid value for this
parameter, a 403 Forbidden is returned.
- in: query
name: includeIDNSource
required: false
schema:
type: boolean
default: false
example: true
description: Include the IdentityNow source in the response.
responses:
'200':
description: List of Source objects
Expand Down

0 comments on commit cb86201

Please sign in to comment.