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* **source.id**: *eq, in*
Composite operators supported: *and, or*
example: name eq "SailPoint Support" example: name eq "SailPoint Support"
required: false required: false
- in: query - in: query

View File

@@ -31,13 +31,27 @@ get:
type: string type: string
description: >- 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) 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: Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
**name**: *eq, sw* **name**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created, modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*
**requestable**: *eq* **requestable**: *eq*
Composite operators supported: *and, or*
example: requestable eq false example: requestable eq false
required: false required: false
- in: query - in: query

View File

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

View File

@@ -31,13 +31,27 @@ get:
type: string type: string
description: >- 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) 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: Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
**name**: *eq, sw* **name**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created, modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*
**requestable**: *eq* **requestable**: *eq*
Composite operators supported: *and, or*
example: requestable eq false example: requestable eq false
required: false required: false
- in: query - in: query