Skip to content

Commit

Permalink
Automated commit 'IDNLANAI-8819: /beta/roles filters do not allow for…
Browse files Browse the repository at this point in the history
… NOT conditional (#1454)

* IDNLANAI-8819: /beta/roles filters do not allow for NOT conditional

* IDNLANAI-8819: /beta/roles filters do not allow for NOT conditional

* IDNLANAI-8819: /beta/roles filters do not allow for NOT conditional

* IDNLANAI-8819: /beta/roles filters do not allow for NOT conditional' by github action: 6577251446
  • Loading branch information
tyler-mairose-sp committed Oct 19, 2023
1 parent 822a177 commit 75ea9d8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions idn/beta/paths/access-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ get:
**source.id**: *eq, in*
Composite operators supported: *and, or*
example: name eq "SailPoint Support"
required: false
- in: query
Expand Down
14 changes: 14 additions & 0 deletions idn/beta/paths/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,27 @@ get:
type: string
description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
Filtering is supported for the following fields and operators:
**id**: *eq, in*
**name**: *eq, sw*
**created, modified**: *gt, lt, ge, le*
**owner.id**: *eq, in*
**requestable**: *eq*
Composite operators supported: *and, or*
example: requestable eq false
required: false
- in: query
Expand Down
3 changes: 3 additions & 0 deletions idn/v3/paths/access-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ get:
**source.id**: *eq, in*
Composite operators supported: *and, or*
example: name eq "SailPoint Support"
required: false
- in: query
Expand Down
14 changes: 14 additions & 0 deletions idn/v3/paths/roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,27 @@ get:
type: string
description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
Filtering is supported for the following fields and operators:
**id**: *eq, in*
**name**: *eq, sw*
**created, modified**: *gt, lt, ge, le*
**owner.id**: *eq, in*
**requestable**: *eq*
Composite operators supported: *and, or*
example: requestable eq false
required: false
- in: query
Expand Down

0 comments on commit 75ea9d8

Please sign in to comment.