mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 12:27:48 +00:00
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:
@@ -54,6 +54,9 @@ get:
|
||||
|
||||
|
||||
**source.id**: *eq, in*
|
||||
|
||||
|
||||
Composite operators supported: *and, or*
|
||||
example: name eq "SailPoint Support"
|
||||
required: false
|
||||
- in: query
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -54,6 +54,9 @@ get:
|
||||
|
||||
|
||||
**source.id**: *eq, in*
|
||||
|
||||
|
||||
Composite operators supported: *and, or*
|
||||
example: name eq "SailPoint Support"
|
||||
required: false
|
||||
- in: query
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user