Automated commit 'IDNLANAI-8819: /beta/roles filters do not allow for 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
This commit is contained in:
GitHub Action Bot
2023-10-19 16:04:36 +00:00
parent 822a1777f6
commit 75ea9d8896
4 changed files with 34 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ get:
**source.id**: *eq, in*
Composite operators supported: *and, or*
example: name eq "SailPoint Support"
required: false
- in: query

View File

@@ -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

View File

@@ -54,6 +54,9 @@ get:
**source.id**: *eq, in*
Composite operators supported: *and, or*
example: name eq "SailPoint Support"
required: false
- in: query

View File

@@ -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