Skip to content

Commit

Permalink
Automated commit by github action: 11297429200
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Oct 11, 2024
1 parent 0bf5817 commit be7d93c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions static/api-specs/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 static/api-specs/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 be7d93c

Please sign in to comment.