Automated commit 'DEVREL-1270 (#1473)

* Fixed sorter/filter descriptions for several endpoints.  Moved beta collection tags into alphabetic order.

* Fixed the remaining sorter/filter linter errors

* Removed default value from sorter params as they are not valid.' by github action: 6708027043
This commit is contained in:
GitHub Action Bot
2023-10-31 14:33:08 +00:00
parent 1f7b4db343
commit 1013fe10a3
108 changed files with 805 additions and 524 deletions

View File

@@ -29,7 +29,8 @@ get:
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 Entitlement fields and operators: Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
@@ -43,7 +44,10 @@ get:
**value**: *eq, sw* **value**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*

View File

@@ -44,7 +44,10 @@ get:
**name**: *eq, sw* **name**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*
@@ -54,9 +57,6 @@ 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

@@ -61,7 +61,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **created**, **modified** Sorting is supported for the following fields: **id, name, created, modified**
responses: responses:
'200': '200':
description: List of account objects description: List of account objects

View File

@@ -47,7 +47,7 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter recommendations 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:
@@ -60,6 +60,7 @@ get:
**identityId**: *eq, in* **identityId**: *eq, in*
example: identityId eq "2c9180846b0a0583016b299f210c1314"
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -70,6 +71,7 @@ get:
Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp** Sorting is supported for the following fields: **access.id, access.type, identityId, timestamp**
example: access.id
responses: responses:
'200': '200':
description: Returns list of ignored access request recommendations. description: Returns list of ignored access request recommendations.

View File

@@ -47,7 +47,7 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter recommendations 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:
@@ -60,6 +60,7 @@ get:
**identityId**: *eq, in* **identityId**: *eq, in*
example: access.id eq "2c9180846b0a0583016b299f210c1314"
- in: query - in: query
name: sorters name: sorters
schema: schema:

View File

@@ -47,7 +47,7 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter recommendations 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:
@@ -60,6 +60,7 @@ get:
**identityId**: *eq, in* **identityId**: *eq, in*
example: access.id eq "2c9180846b0a0583016b299f210c1314"
- in: query - in: query
name: sorters name: sorters
schema: schema:

View File

@@ -41,7 +41,7 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter recommendations 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:
@@ -54,6 +54,7 @@ get:
**access.description**: *co* **access.description**: *co*
example: access.name co "admin"
- in: query - in: query
name: sorters name: sorters
schema: schema:

View File

@@ -36,7 +36,13 @@ get:
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: **name, id** Filtering is supported for the following fields and operators:
**name**: *eq*
**id**: *eq*
example: name eq "manager template" example: name eq "manager template"
responses: responses:
'200': '200':

View File

@@ -53,7 +53,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**, **created** Sorting is supported for the following fields: **name, created**
example: name example: name
responses: responses:
'200': '200':

View File

@@ -17,7 +17,7 @@ get:
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)
Supported fields and primitive operators: Filtering is supported for the following fields and operators:
**target**: *eq, sw* **target**: *eq, sw*
@@ -26,29 +26,16 @@ get:
**rights**: *ca* **rights**: *ca*
Supported composite operators:
*and, or*
All field values (second filter operands) are case-insensitive for this API. All field values (second filter operands) are case-insensitive for this API.
Only a single *and* or *or* composite filter operator may be used. It must also be used between Only a single *and* or *or* composite filter operator may be used. It must also be used between a target filter and a rights filter, not between 2 filters for the same field.
a target filter and a rights filter, not between 2 filters for the same field.
For example,
The following is valid: For example, the following is valid: `?filters=rights+ca+(%22CREATE%22)+and+target+eq+%22SYS.OBJAUTH2%22`
*?filters=rights+ca+(%22CREATE%22)+and+target+eq+%22SYS.OBJAUTH2%22*
The following is invalid: The following is invalid: `?filters=rights+ca+(%22CREATE%22)+and+rights+ca+(%SELECT%22)`
*?filters=rights+ca+(%22CREATE%22)+and+rights+ca+(%SELECT%22)*
- in: path - in: path
name: id name: id
schema: schema:

View File

@@ -31,7 +31,7 @@ get:
**id**: *eq, in* **id**: *eq, in*
**completed***: *eq, ne* **completed**: *eq, ne*
**targetSummary.id**: *eq, in* **targetSummary.id**: *eq, in*
@@ -53,6 +53,7 @@ get:
**reviewData.accessProfile.sourceName**: *eq, sw* **reviewData.accessProfile.sourceName**: *eq, sw*
example: id eq "2c9180846b0a0583016b299f210c1314"
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -63,6 +64,7 @@ get:
Sorting is supported for the following fields: **targetSummary.name, reviewData.entity.type, reviewData.entity.name, reviewData.entitlement.sourceName, reviewData.accessProfile.sourceName** Sorting is supported for the following fields: **targetSummary.name, reviewData.entity.type, reviewData.entity.name, reviewData.entitlement.sourceName, reviewData.accessProfile.sourceName**
example: targetSummary.name
- in: query - in: query
name: activity-data name: activity-data
schema: schema:

View File

@@ -28,7 +28,7 @@ get:
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 done by reviewer's fields): Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
@@ -39,7 +39,6 @@ get:
**email**: *eq, sw* **email**: *eq, sw*
example: name eq "Bob" example: name eq "Bob"
- in: query - in: query
name: sorters name: sorters
schema: schema:

View File

@@ -13,18 +13,29 @@ get:
- in: query - in: query
name: filters name: filters
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407) 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:
**status**: *eq* "CONFIRMED" or "DENIED" **status**: *eq*
**reviewedByUser** *eq* true or false
**access.id**: *eq* "id"
**access.type**: *eq* "ROLE" or "ACCESS_PROFILE" **reviewedByUser** *eq*
**access.name**: *sw* "Administrator"
**access.description**: *sw* "admin"
**access.id**: *eq*
**access.type**: *eq*
**access.name**: *sw*
**access.description**: *sw*
example: access.type eq "ROLE"
required: false required: false
style: form style: form
explode: true explode: true
@@ -36,13 +47,14 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **access.name,status** Sorting is supported for the following fields: **access.name, status**
By default the common access items are sorted by name, ascending. By default the common access items are sorted by name, ascending.
example: access.name
responses: responses:
'200': '200':
description: Succeeded. Returns a list of common access for a customer. description: Succeeded. Returns a list of common access for a customer.

View File

@@ -15,6 +15,7 @@ get:
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:

View File

@@ -26,6 +26,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id** Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
example: name,-modified example: name,-modified
required: false required: false
@@ -38,6 +39,7 @@ get:
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:
@@ -61,7 +63,9 @@ get:
**requestable**: *eq* **requestable**: *eq*
**created**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
example: attribute eq "memberOf" example: attribute eq "memberOf"

View File

@@ -26,6 +26,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id** Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
example: name,-modified example: name,-modified
required: false required: false
@@ -38,6 +39,7 @@ get:
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:
@@ -61,8 +63,10 @@ get:
**requestable**: *eq* **requestable**: *eq*
**created**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
example: attribute eq "memberOf" example: attribute eq "memberOf"
required: false required: false

View File

@@ -74,6 +74,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id** Sorting is supported for the following fields: **id, name, created, modified, type, attribute, value, source.id**
example: name,-modified example: name,-modified
required: false required: false
@@ -86,6 +87,7 @@ get:
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:
@@ -109,8 +111,10 @@ get:
**requestable**: *eq* **requestable**: *eq*
**created**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le* **modified**: *gt, lt, ge, le*
example: attribute eq "memberOf" example: attribute eq "memberOf"
required: false required: false

View File

@@ -32,14 +32,20 @@ post:
x-go-name: Limit x-go-name: Limit
- name: filters - name: filters
in: query in: query
description: |- description: >-
Filters
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:
<b>value</b>: <i>eq, gt, sw, in</i>
<b>label</b>: <i>eq, gt, sw, in</i>
<b>subLabel</b>: <i>eq, gt, sw, in</i> **value**: *eq, gt, sw, in*
**label**: *eq, gt, sw, in*
**subLabel**: *eq, gt, sw, in*
schema: schema:
type: string type: string
x-go-name: Filters x-go-name: Filters

View File

@@ -39,15 +39,23 @@ get:
x-go-name: Limit x-go-name: Limit
- name: filters - name: filters
in: query in: query
description: |- description: >-
Filters
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:
<b>name</b>: <i>eq, gt, sw, in</i>
<b>description</b>: <i>eq, gt, sw, in</i>
<b>created</b>: <i>eq, gt, sw, in</i> **name**: *eq, gt, sw, in*
<b>modified</b>: <i>eq, gt, sw, in</i>
**description**: *eq, gt, sw, in*
**created**: *eq, gt, sw, in*
**modified**: *eq, gt, sw, in*
schema: schema:
type: string type: string
x-go-name: Filters x-go-name: Filters
@@ -56,15 +64,11 @@ get:
x-go-name: Filters x-go-name: Filters
- name: sorters - name: sorters
in: query in: query
description: |- description: >-
Sorters Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Item will be sorted in the returned array if the sorters expression evaluates to true for that item. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/#sorting-results).
Sorting is supported for the following fields: Sorting is supported for the following fields: **name, description, created, modified**
<b>name</b>
<b>description</b>
<b>created</b>
<b>modified</b>
schema: schema:
type: string type: string
default: name default: name

View File

@@ -39,15 +39,23 @@ get:
x-go-name: Limit x-go-name: Limit
- name: filters - name: filters
in: query in: query
description: |- description: >-
Filters
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:
<b>name</b>: <i>eq, gt, sw, in</i>
<b>description</b>: <i>eq, gt, sw, in</i>
<b>created</b>: <i>eq, gt, sw, in</i> **name**: *eq, gt, sw, in*
<b>modified</b>: <i>eq, gt, sw, in</i>
**description**: *eq, gt, sw, in*
**created**: *eq, gt, sw, in*
**modified**: *eq, gt, sw, in*
schema: schema:
type: string type: string
x-go-name: Filters x-go-name: Filters
@@ -56,15 +64,11 @@ get:
x-go-name: Filters x-go-name: Filters
- name: sorters - name: sorters
in: query in: query
description: |- description: >-
Sorters Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Item will be sorted in the returned array if the sorters expression evaluates to true for that item. The standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/#sorting-results).
Sorting is supported for the following fields: Sorting is supported for the following fields: **name, description, created, modified**
<b>name</b>
<b>description</b>
<b>created</b>
<b>modified</b>
schema: schema:
type: string type: string
default: name default: name

View File

@@ -44,14 +44,20 @@ get:
x-go-name: Limit x-go-name: Limit
- name: filters - name: filters
in: query in: query
description: |- description: >-
Filters
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:
<b>value</b>: <i>eq, ne, in</i>
<b>label</b>: <i>eq, ne, in</i>
<b>subLabel</b>: <i>eq, ne, in</i> **value**: *eq, ne, in*
**label**: *eq, ne, in*
**subLabel**: *eq, ne, in*
schema: schema:
type: string type: string
x-go-name: Filters x-go-name: Filters

View File

@@ -12,7 +12,7 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://app.getguru.com/card/crkL5RGi/WIP-V3-Standard-Collection-Parameters) 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:

View File

@@ -35,17 +35,30 @@ get:
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- in: query - in: query
name: sorters name: sorters
description: sort by name description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**
required: false required: false
style: form style: form
explode: true explode: true
example: name
schema: schema:
type: string type: string
- in: query - in: query
name: filters name: filters
description: filter param by "starts with" for name 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:
**name**: *sw*
required: false required: false
style: form style: form
example: name sw "Admin"
explode: true explode: true
schema: schema:
type: string type: string

View File

@@ -18,7 +18,12 @@ get:
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- in: query - in: query
name: sorters name: sorters
description: sort by name description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**
example: name
required: false required: false
style: form style: form
explode: true explode: true
@@ -26,7 +31,15 @@ get:
type: string type: string
- in: query - in: query
name: filters name: filters
description: filter param by "starts with" for name 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:
**name**: *sw*
example: name sw "Jan"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -34,7 +34,11 @@ get:
type: integer type: integer
- in: query - in: query
name: sorters name: sorters
description: sort by name description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**
required: false required: false
style: form style: form
explode: true explode: true
@@ -42,7 +46,15 @@ get:
type: string type: string
- in: query - in: query
name: filters name: filters
description: filter param by "starts with" for name 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:
**name**: *sw*
example: name sw "A"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -18,7 +18,7 @@ get:
Filtering is supported for the following fields and operators: Filtering is supported for the following fields and operators:
**isAssignable**: *eq* "true" or "false" **isAssignable**: *eq*
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -12,9 +12,9 @@ get:
type: string type: string
required: false required: false
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters) 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:
@@ -54,7 +54,7 @@ get:
format: comma-separated format: comma-separated
required: false required: false
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, alias, cloudStatus** Sorting is supported for the following fields: **name, alias, cloudStatus**

View File

@@ -19,7 +19,7 @@ get:
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)
Supported fields and primitive operators: Filtering is supported for the following fields and operators:
**target**: *eq, sw* **target**: *eq, sw*
@@ -28,29 +28,16 @@ get:
**rights**: *ca* **rights**: *ca*
Supported composite operators:
*and, or*
All field values (second filter operands) are case-insensitive for this API. All field values (second filter operands) are case-insensitive for this API.
Only a single *and* or *or* composite filter operator may be used. It must also be used between Only a single *and* or *or* composite filter operator may be used. It must also be used between a target filter and a rights filter, not between 2 filters for the same field.
a target filter and a rights filter, not between 2 filters for the same field.
For example,
The following is valid: For example, the following is valid: `?filters=rights+ca+(%22CREATE%22)+and+target+eq+%22SYS.OBJAUTH2%22`
*?filters=rights+ca+(%22CREATE%22)+and+target+eq+%22SYS.OBJAUTH2%22*
The following is invalid: The following is invalid: `?filters=rights+ca+(%22CREATE%22)+and+rights+ca+(%SELECT%22)`
*?filters=rights+ca+(%22CREATE%22)+and+rights+ca+(%SELECT%22)*
example: target eq "SYS.OBJAUTH2" example: target eq "SYS.OBJAUTH2"
- in: path - in: path
name: certificationId name: certificationId

View File

@@ -21,9 +21,14 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://app.getguru.com/card/crkL5RGi/WIP-V3-Standard-Collection-Parameters) 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:
**attributes**: *eq, sw* **attributes**: *eq, sw*
example: attributes sw "r"
responses: responses:
'200': '200':
description: The applications for an identity group description: The applications for an identity group

View File

@@ -21,9 +21,14 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://app.getguru.com/card/crkL5RGi/WIP-V3-Standard-Collection-Parameters) 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:
**attributes**: *eq, sw* **attributes**: *eq, sw*
example: attributes eq "attribute1"
responses: responses:
'200': '200':
description: A summary of identity group description: A summary of identity group

View File

@@ -21,9 +21,14 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://app.getguru.com/card/crkL5RGi/WIP-V3-Standard-Collection-Parameters) 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:
**attributes**: *eq, sw* **attributes**: *eq, sw*
example: attributes eq "attribute1"
responses: responses:
'200': '200':
description: The popular entitlements in an identity group description: The popular entitlements in an identity group

View File

@@ -21,9 +21,14 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://app.getguru.com/card/crkL5RGi/WIP-V3-Standard-Collection-Parameters) 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:
**attributes**: *eq, sw* **attributes**: *eq, sw*
example: attributes sw "r"
responses: responses:
'200': '200':
description: The identities for an identity group description: The identities for an identity group

View File

@@ -14,9 +14,14 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://app.getguru.com/card/crkL5RGi/WIP-V3-Standard-Collection-Parameters) 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:
**attributes**: *eq, sw* **attributes**: *eq, sw*
example: attributes eq "attribute1"
responses: responses:
'200': '200':
description: A list of identity groups for the customer. description: A list of identity groups for the customer.

View File

@@ -37,7 +37,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **priority** Sorting is supported for the following fields: **id, name, priority**
example: name,-priority example: name,-priority
responses: responses:
'200': '200':

View File

@@ -39,7 +39,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **priority** Sorting is supported for the following fields: **id, name, priority**
example: name,-priority example: name,-priority
responses: responses:
'200': '200':

View File

@@ -14,11 +14,21 @@ get:
schema: schema:
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)
Filtering is supported for the following fields and operators: Filtering is supported for the following fields and operators:
**id**: *eq* **id**: *eq*
**name**: *eq* **name**: *eq*
**clientId**: *eq* **clientId**: *eq*
**clusterId**: *eq* **clusterId**: *eq*
example: name eq "client name" example: name eq "client name"
responses: responses:

View File

@@ -13,11 +13,14 @@ get:
schema: schema:
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)
Filtering is supported for the following fields and operators: Filtering is supported for the following fields and operators:
**operational**: *eq* **operational**: *eq*
example: operational eq operation example: operational eq "operation"
responses: responses:
"200": "200":
description: Responds with a list of ManagedCluster. description: Responds with a list of ManagedCluster.

View File

@@ -13,6 +13,9 @@ get:
schema: schema:
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)
Filtering is supported for the following fields and operators: Filtering is supported for the following fields and operators:

View File

@@ -21,28 +21,29 @@ get:
- $ref: "../../v3/parameters/offset.yaml" - $ref: "../../v3/parameters/offset.yaml"
- $ref: "../../v3/parameters/count.yaml" - $ref: "../../v3/parameters/count.yaml"
- in: query - in: query
example: "filters=approvalStatus eq 'PENDING'" example: approvalStatus eq "PENDING"
name: filters name: filters
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**approvalStatus**: *eq* *Example:* approvalStatus eq "PENDING"
**approvalStatus**: *eq*
- in: query - in: query
example: "sorters=-created" example: created
name: sorters name: sorters
schema: schema:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **created, modified**
Sorting is supported for the following fields: **created, modified**
responses: responses:
"200": "200":
description: List of approval items. description: List of approval items.

View File

@@ -57,12 +57,10 @@ get:
format: comma-separated format: comma-separated
example: accountName,sourceId example: accountName,sourceId
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id, accountName, Sorting is supported for the following fields: **id, accountName, sourceId, manager, firstName, lastName, email, phone, startDate, endDate, created, modified**
sourceId, manager, firstName, lastName, email, phone, startDate,
endDate, created, modified**
- in: query - in: query
name: filters name: filters
required: false required: false
@@ -70,12 +68,13 @@ get:
type: string type: string
example: sourceId eq "2c91808568c529c60168cca6f90c1313" example: sourceId eq "2c91808568c529c60168cca6f90c1313"
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**sourceId**: *eq* *Example:* sourceId eq
"2c91808568c529c60168cca6f90c1313"
**sourceId**: *eq*
responses: responses:
"200": "200":
description: Non-Employee record objects description: Non-Employee record objects

View File

@@ -86,12 +86,10 @@ get:
format: comma-separated format: comma-separated
example: approvalStatus,firstName example: approvalStatus,firstName
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **created, Sorting is supported for the following fields: **created, approvalStatus, firstName, lastName, email, phone, accountName, startDate, endDate**
approvalStatus, firstName, lastName, email, phone, accountName,
startDate, endDate**
- in: query - in: query
name: filters name: filters
required: false required: false
@@ -99,12 +97,13 @@ get:
type: string type: string
example: sourceId eq "2c91808568c529c60168cca6f90c1313" example: sourceId eq "2c91808568c529c60168cca6f90c1313"
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**sourceId**: *eq* *Example:* sourceId eq
"2c91808568c529c60168cca6f90c1313"
**sourceId**: *eq*
responses: responses:
"200": "200":
description: List of non-employee request objects. description: List of non-employee request objects.

View File

@@ -74,9 +74,9 @@ get:
format: comma-separated format: comma-separated
example: name,created example: name,created
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, created** Sorting is supported for the following fields: **name, created**
responses: responses:
"200": "200":

View File

@@ -26,9 +26,12 @@ get:
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 field and operators:
Filtering is supported for the following fields and operators:
**snapshotDate**: *ge, le* **snapshotDate**: *ge, le*
example: snapshotDate ge "2022-02-07T20:13:29.356648026Z"
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -37,7 +40,8 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following field: **snapshotDate**
Sorting is supported for the following fields: **snapshotDate**
example: snapshotDate example: snapshotDate
required: false required: false
responses: responses:

View File

@@ -50,6 +50,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **displayName** Sorting is supported for the following fields: **displayName**
responses: responses:
'200': '200':

View File

@@ -32,10 +32,11 @@ get:
schema: schema:
type: string type: string
format: comma-separated format: comma-separated
example: importance example: importance
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **importance** Sorting is supported for the following fields: **importance**
responses: responses:
'200': '200':

View File

@@ -25,13 +25,13 @@ get:
name: filters name: filters
required: false required: false
schema: schema:
type: string type: string
example: attributes.displayName sw "John" and certStatus eq "false"
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 Entitlement fields and operators: Filtering is supported for the following fields and operators:
**attributes**: *eq, sw, co, in* **attributes**: *eq, sw, co, in*
@@ -46,17 +46,19 @@ get:
**score**: *ge, le* **score**: *ge, le*
example: attributes.displayName sw "John" and certStatus eq "false"
- in: query - in: query
name: sorters name: sorters
required: false required: false
schema: schema:
type: string type: string
format: comma-separated format: comma-separated
example: attributes.displayName,firstDetectionDate,-score
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **firstDetectionDate, attributes, score** Sorting is supported for the following fields: **firstDetectionDate, attributes, score**
example: attributes.displayName,firstDetectionDate,-score
responses: responses:
'200': '200':
description: Succeeded. Returns list of objects. Each object contains information about outliers description: Succeeded. Returns list of objects. Each object contains information about outliers

View File

@@ -29,7 +29,8 @@ get:
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 Access Profile fields and operators: Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
@@ -37,7 +38,10 @@ get:
**name**: *eq, sw* **name**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*

View File

@@ -46,7 +46,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **aliasName**, **email** Sorting is supported for the following fields: **id, name, aliasName, email**
example: aliasName,name example: aliasName,name
responses: responses:
'200': '200':

View File

@@ -15,7 +15,18 @@ get:
example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb
- in: query - in: query
name: filters name: filters
description: Filter parameter(s) by "starts with" for the name and 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)
Filtering is supported for the following fields and operators:
**name**: *sw*
**description**: *sw*
example: name sw "r"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -15,15 +15,34 @@ get:
example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb
- in: query - in: query
name: sorters name: sorters
description: sort by identitiesWithAccess, default order descending description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **identitiesWithAccess**
The default sort is **identitiesWithAccess** in descending order.
required: false required: false
example: identitiesWithAccess
style: form style: form
explode: true explode: true
schema: schema:
type: string type: string
- in: query - in: query
name: filters name: filters
description: Filter parameter(s) by "starts with" for the name and 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)
Filtering is supported for the following fields and operators:
**name**: *sw*
**description**: *sw*
example: name sw "r"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -36,7 +36,12 @@ get:
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- in: query - in: query
name: sorters name: sorters
description: sort by name description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**
example: name
required: false required: false
style: form style: form
explode: true explode: true
@@ -44,7 +49,15 @@ get:
type: string type: string
- in: query - in: query
name: filters name: filters
description: Filter parameter by "starts with" for the name. 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:
**name**: *sw*
example: name sw "Jan"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -15,7 +15,11 @@ get:
example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb
- in: query - in: query
name: sorters name: sorters
description: sort by identitiesWithAccess or name description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **identitiesWithAccess, name**
required: false required: false
style: form style: form
explode: true explode: true
@@ -23,9 +27,20 @@ get:
type: string type: string
- in: query - in: query
name: filters name: filters
description: Filter parameter(s) by "starts with" for the name and 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)
Filtering is supported for the following fields and operators:
**name**: *sw*
**description**: *sw*
required: false required: false
style: form style: form
example: name sw "Admin"
explode: true explode: true
schema: schema:
type: string type: string

View File

@@ -11,7 +11,12 @@ get:
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- name: sorters - name: sorters
in: query in: query
description: sort by numberOfUpdates, identitiesWithAccess, totalNumberOfIdentities (default- ascending) description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **numberOfUpdates, identitiesWithAccess, totalNumberOfIdentities**
example: numberOfUpdates
required: false required: false
style: form style: form
explode: true explode: true
@@ -19,10 +24,24 @@ get:
type: string type: string
- name: filters - name: filters
in: query in: query
description: Filter parameter(s) by "starts with" for the name, ownerName and 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)
Filtering is supported for the following fields and operators:
**name**: *sw*
**ownerName**: *sw*
**description**: *sw*
required: false required: false
style: form style: form
explode: true explode: true
example: name sw "John"
schema: schema:
type: string type: string
responses: responses:

View File

@@ -30,7 +30,15 @@ get:
type: boolean type: boolean
- in: query - in: query
name: sorters name: sorters
description: sort by popularity, default order descending description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **popularity**
The default sort is **popularity** in descending order.
example: popularity
required: false required: false
style: form style: form
explode: true explode: true
@@ -38,7 +46,18 @@ get:
type: string type: string
- in: query - in: query
name: filters name: filters
description: Filter parameter by "starts with" for the applicationName and entitlementRef.name. 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:
**applicationName**: *sw*
**entitlementRef.name**: *sw*
example: applicationName sw "AD"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -22,7 +22,12 @@ get:
example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb
- in: query - in: query
name: sorters name: sorters
description: sort by popularity, default order descending description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **popularity**
example: populariity
required: false required: false
style: form style: form
explode: true explode: true
@@ -30,7 +35,18 @@ get:
type: string type: string
- in: query - in: query
name: filters name: filters
description: Filter parameter by "starts with" for the applicationName and entitlementRef.name. 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:
**applicationName**: *sw*
**entitlementRef.name**: *sw*
example: applicationName sw "AD"
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -22,15 +22,27 @@ get:
example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb
- in: query - in: query
name: sorters name: sorters
description: sort by name, default order ascending description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**
required: false required: false
style: form style: form
explode: true explode: true
example: name
schema: schema:
type: string type: string
- in: query - in: query
name: filters name: filters
description: Filter parameter by "starts with" for the name. 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:
**name**: *sw*
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -17,41 +17,57 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **createdDate** Sorting is supported for the following fields: **createdDate**
example: 'createdDate' example: createdDate
- in: query - in: query
name: filters name: filters
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/) 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:
**createdById**: *eq, sw, co* **createdById**: *eq, sw, co*
**createdByName**: *eq, sw, co* **createdByName**: *eq, sw, co*
**description**: *sw, co* **description**: *sw, co*
**endDate**: *le, lt* **endDate**: *le, lt*
**freshness**: *eq, ge, gt, le, lt* **freshness**: *eq, ge, gt, le, lt*
**name**: *eq, sw, co* **name**: *eq, sw, co*
**quality**: *eq, ge, gt, le, lt* **quality**: *eq, ge, gt, le, lt*
**startDate**: *ge, gt* **startDate**: *ge, gt*
**saved**: *eq* **saved**: *eq*
**type**: *eq* **type**: *eq*
**scopingMethod**: *eq* **scopingMethod**: *eq*
**sessionState**: *eq* **sessionState**: *eq*
**identityAttribute**: *co* **identityAttribute**: *co*
example: '(createdByName co "int") and (createdById sw "2c9180907") and (type eq "COMMON") and ((name co "entt") or (saved eq true))' example: '(createdByName co "int") and (createdById sw "2c9180907") and (type eq "COMMON") and ((name co "entt") or (saved eq true))'
required: false required: false
style: form style: form

View File

@@ -22,35 +22,48 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **createdDate** Sorting is supported for the following fields: **createdDate**
example: 'createdDate' example: createdDate
- in: query - in: query
name: filters name: filters
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters/) 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:
**createdById**: *eq, sw, co* **createdById**: *eq, sw, co*
**createdByName**: *eq, sw, co* **createdByName**: *eq, sw, co*
**description**: *sw, co* **description**: *sw, co*
**endDate**: *le, lt* **endDate**: *le, lt*
**freshness**: *eq, ge, gt, le, lt* **freshness**: *eq, ge, gt, le, lt*
**name**: *eq, sw, co* **name**: *eq, sw, co*
**quality**: *eq, ge, gt, le, lt* **quality**: *eq, ge, gt, le, lt*
**startDate**: *ge, gt* **startDate**: *ge, gt*
**saved**: *eq* **saved**: *eq*
**type**: *eq*
**type**: *eq*
example: '(createdByName co "int")and (createdById sw "2c9180907")and (type eq "COMMON")and ((name co "entt")or (saved eq true))' example: '(createdByName co "int")and (createdById sw "2c9180907")and (type eq "COMMON")and ((name co "entt")or (saved eq true))'
required: false required: false
style: form style: form

View File

@@ -44,10 +44,16 @@ 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:
**saved**: *eq* "true" or "false"
**saved**: *eq*
**name**: *eq, sw* **name**: *eq, sw*
example: 'saved eq "true" and name sw "RM Session"' example: saved eq "true" and name sw "RM Session"
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -55,8 +61,10 @@ get:
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **createdBy, createdDate** Sorting is supported for the following fields: **createdBy, createdDate**
example: 'createdBy,createdDate' example: createdBy,createdDate
- $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/offset.yaml'
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'

View File

@@ -42,16 +42,16 @@ get:
**name**: *eq, sw* **name**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**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
@@ -61,8 +61,9 @@ get:
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, created, modified** Sorting is supported for the following fields: **name, created, modified**
example: name,-modified example: name,-modified
required: false required: false
- in: query - in: query

View File

@@ -13,7 +13,7 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407) 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:
@@ -29,6 +29,7 @@ get:
**integrationState**: *eq, in* **integrationState**: *eq, in*
example: id eq ""
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/offset.yaml'
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'

View File

@@ -3,8 +3,6 @@ post:
tags: tags:
- SOD Exception - SOD Exception
summary: Create SOD exception summary: Create SOD exception
# security:
# - oauth2: [API]
description: >- description: >-
This API creates a SOD exception. This API creates a SOD exception.
@@ -37,8 +35,6 @@ get:
tags: tags:
- SOD Exception - SOD Exception
summary: List SOD exceptions summary: List SOD exceptions
# security:
# - oauth2: [API]
description: >- description: >-
This API returns a list of all SOD exceptions. This API returns a list of all SOD exceptions.
@@ -53,15 +49,19 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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* **sodPolicy.id**: *eq, in* **identity.id**: *eq, in* **id**: *eq, in*
**sodPolicy.id**: *eq, in*
**identity.id**: *eq, in*
example: identity.id eq "bc693f07e7b645539626c25954c58554" example: identity.id eq "bc693f07e7b645539626c25954c58554"
required: false required: false
- in: query - in: query
@@ -70,15 +70,10 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **sodPolicy.id, identity.id, start, end**
**sodPolicy.id, identity.id, start, end**
example: identity.id,-start example: identity.id,-start
required: false required: false
responses: responses:

View File

@@ -3,8 +3,6 @@ post:
tags: tags:
- SOD Policy - SOD Policy
summary: Create SOD policy summary: Create SOD policy
# security:
# - oauth2: [ORG_ADMIN]
description: >- description: >-
This creates both General and Conflicting Access Based policy, with a limit This creates both General and Conflicting Access Based policy, with a limit
of 50 entitlements for each (left & right) criteria for Conflicting Access of 50 entitlements for each (left & right) criteria for Conflicting Access
@@ -234,8 +232,6 @@ get:
tags: tags:
- SOD Policy - SOD Policy
summary: List SOD policies summary: List SOD policies
# security:
# - oauth2: [ORG_ADMIN]
description: >- description: >-
This gets list of all SOD policies. This gets list of all SOD policies.
@@ -249,15 +245,19 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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* **name**: *eq* **state**: *eq* **id**: *eq*
**name**: *eq*
**state**: *eq*
example: id eq "bc693f07e7b645539626c25954c58554" example: id eq "bc693f07e7b645539626c25954c58554"
required: false required: false
responses: responses:

View File

@@ -8,6 +8,7 @@ get:
description: >- description: >-
This end-point lists all the sources in IdentityNow. This end-point lists all the sources in IdentityNow.
A token with ORG_ADMIN, SOURCE_ADMIN, SOURCE_SUBADMIN, or ROLE_SUBADMIN authority is required to call this API. A token with ORG_ADMIN, SOURCE_ADMIN, SOURCE_SUBADMIN, or ROLE_SUBADMIN authority is required to call this API.
parameters: parameters:
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
@@ -17,25 +18,54 @@ get:
name: filters name: filters
schema: schema:
type: string type: string
example: name eq "#Employees" example: name eq "Employees"
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*
**name**: *co, eq, in, sw*
**type**: *eq, in* **id**: *eq, in*
**owner.id**: *eq, in*
**features**: *ca, co*
**created**: *eq* **name**: *co, eq, in, sw*
**modified**: *eq*
**managementWorkgroup.id**: *eq*
**description**: *eq* **type**: *eq, in*
**authoritative**: *eq*
**healthy**: *eq*
**status**: *eq, in* **owner.id**: *eq, in*
**connectionType**: *eq*
**connectorName**: *eq*
**features**: *ca, co*
**created**: *eq*
**modified**: *eq*
**managementWorkgroup.id**: *eq*
**description**: *eq*
**authoritative**: *eq*
**healthy**: *eq*
**status**: *eq, in*
**connectionType**: *eq*
**connectorName**: *eq*
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -45,6 +75,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **type, created, modified, name, owner.name, healthy, status** Sorting is supported for the following fields: **type, created, modified, name, owner.name, healthy, status**
- in: query - in: query
name: for-subadmin name: for-subadmin

View File

@@ -18,23 +18,24 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **accessGranterTenant, Sorting is supported for the following fields: **accessGranterTenant, authUserName, role, expirationDate**
authUserName, role, expirationDate** example: accessGranterTenant
- in: query - in: query
name: filters name: filters
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
Filtering is supported for the following fields and operators:
**accessGranterTenant**: *eq, co, sw* *Example:* accessGranterTenant eq
"acme-solar", accessGranterTenant co "solar"
Filtering is supported for the following fields and operators:
**accessGranterTenant**: *eq, co, sw*
example: accessGranterTenant co "solar"
responses: responses:
"200": "200":
description: list of access granter support login responses. description: list of access granter support login responses.

View File

@@ -16,22 +16,24 @@ parameters:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **authTenant, authUserName, Sorting is supported for the following fields: **authTenant, authUserName, role, expirationDate**
role, expirationDate** example: authTenant
- in: query - in: query
name: filters name: filters
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**authTenant**: *eq, sw* *Example:* authTenant eq "sailpoint",
accessGranterTenant sw "sail"
**authTenant**: *eq, sw*
example: authTenant eq "sailpoint"
responses: responses:
"200": "200":
description: list of auth support login responses. description: list of auth support login responses.

View File

@@ -17,20 +17,24 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **tenant** Sorting is supported for the following fields: **tenant**
example: tenant
- in: query - in: query
name: filters name: filters
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**transferred**: *eq* *Example:* transferred eq false, transferred eq 0
**transferred**: *eq*
example: transferred eq false
responses: responses:
"200": "200":
description: list of auth support transfer status responses. description: list of auth support transfer status responses.

View File

@@ -16,21 +16,24 @@ parameters:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **authTenant** Sorting is supported for the following fields: **authTenant**
example: authTenant
- in: query - in: query
name: filters name: filters
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**authTenant**: *eq, sw* *Example:* authTenant eq "sailpoint", authTenant
sw "sail"
**authTenant**: *eq, sw*
example: authTenant eq "sailpoint"
responses: responses:
"200": "200":
description: list of auth support tenant responses. description: list of auth support tenant responses.

View File

@@ -11,22 +11,6 @@ get:
- $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/offset.yaml'
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- name: sorters
in: query
description: sort criteria
required: false
style: form
explode: true
schema:
type: string
- name: filters
in: query
description: filter criteria
required: false
style: form
explode: true
schema:
type: string
responses: responses:
"200": "200":
description: Response is a list of TaskDefinitionSumary results matching the criteria. description: Response is a list of TaskDefinitionSumary results matching the criteria.

View File

@@ -1,6 +1,3 @@
#
# Copyright (C) 2023 SailPoint Technologies, Inc. All rights reserved.
#
get: get:
tags: tags:
- Task Management - Task Management
@@ -20,11 +17,20 @@ get:
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*
**sourceId**: *eq, in*
**completionStatus**: *eq, in* **id**: *eq, in*
**type**: *eq, in* "CLOUD_ACCOUNT_AGGREGATION", "CLOUD_GROUP_AGGREGATION", "CLOUD_PROCESS_UNCORRELATED_ACCOUNTS" or "CLOUD_REFRESH_ROLE"
**sourceId**: *eq, in*
**completionStatus**: *eq, in*
**type**: *eq, in*
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -35,6 +41,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **created** Sorting is supported for the following fields: **created**
responses: responses:
"200": "200":

View File

@@ -1,6 +1,3 @@
#
# Copyright (C) 2019-2020 SailPoint Technologies, Inc. All rights reserved.
#
get: get:
tags: tags:
- Task Management - Task Management
@@ -11,22 +8,6 @@ get:
- $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/offset.yaml'
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- name: sorters
in: query
description: sort criteria
required: false
style: form
explode: true
schema:
type: string
- name: filters
in: query
description: filter criteria
required: false
style: form
explode: true
schema:
type: string
responses: responses:
"200": "200":
description: Responds with a list of TaskStatus for pending tasks. description: Responds with a list of TaskStatus for pending tasks.
@@ -54,22 +35,6 @@ head:
- $ref: '../../v3/parameters/offset.yaml' - $ref: '../../v3/parameters/offset.yaml'
- $ref: '../../v3/parameters/limit.yaml' - $ref: '../../v3/parameters/limit.yaml'
- $ref: '../../v3/parameters/count.yaml' - $ref: '../../v3/parameters/count.yaml'
- name: sorters
in: query
description: sort criteria
required: false
style: form
explode: true
schema:
type: string
- name: filters
in: query
description: filter criteria
required: false
style: form
explode: true
schema:
type: string
responses: responses:
"200": "200":
description: Responds with headers for List of TaskStatus for pending tasks. description: Responds with headers for List of TaskStatus for pending tasks.

View File

@@ -26,11 +26,14 @@ get:
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:
**internal**: *eq* **internal**: *eq*
**name**: *eq*, *sw*
**name**: *eq, sw*
required: false required: false
style: form style: form
explode: true explode: true

View File

@@ -21,7 +21,7 @@ get:
**topic**: *eq* **topic**: *eq*
example: 'topic eq "Channel"' example: topic eq "Channel"
- in: query - in: query
name: sorters name: sorters
required: false required: false
@@ -32,11 +32,8 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **topic**
example: topic
**topic**
example: 'topic'
responses: responses:
'200': '200':
description: >- description: >-

View File

@@ -26,6 +26,8 @@ get:
**triggerId**: *eq* **triggerId**: *eq*
**subscriptionId**: *eq* **subscriptionId**: *eq*
example: 'triggerId eq "idn:access-request-dynamic-approver"' example: 'triggerId eq "idn:access-request-dynamic-approver"'
- in: query - in: query
@@ -38,13 +40,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **triggerId, subscriptionName, created, completed**
**triggerId**
**subscriptionName**
**created**
**completed**
example: 'created' example: 'created'
responses: responses:
'200': '200':

View File

@@ -24,7 +24,7 @@ get:
**triggerId**: *eq* **triggerId**: *eq*
example: 'triggerId eq "idn:access-request-dynamic-approver"' example: triggerId eq "idn:access-request-dynamic-approver"
- in: query - in: query
name: sorters name: sorters
required: false required: false
@@ -35,11 +35,8 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **triggerId**
example: triggerId
**triggerId**
example: 'triggerId'
responses: responses:
'200': '200':
description: >- description: >-

View File

@@ -119,11 +119,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **triggerId, triggerName**
**triggerId**
**triggerName**
example: triggerName example: triggerName
responses: responses:
'200': '200':

View File

@@ -32,11 +32,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **id, name**
**id**
**name**
example: name example: name
responses: responses:
'200': '200':

View File

@@ -21,6 +21,7 @@ get:
**email**: *eq* **email**: *eq*
example: email eq "john.doe@company.com"
- in: query - in: query
name: sorters name: sorters
schema: schema:
@@ -30,10 +31,8 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: Sorting is supported for the following fields: **email**
example: email
**email**
responses: responses:
'200': '200':
description: List of Email Status description: List of Email Status

View File

@@ -41,20 +41,17 @@ get:
type: string type: string
example: status eq "Failed" example: status eq "Failed"
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**start_time**: *eq, lt, lte, gt, gte* **startTime**: *eq, lt, le, gt, ge*
**status**: *eq* **status**: *eq*
required: false required: false
responses: responses:
'200': '200':
description: >- description: >-

View File

@@ -22,8 +22,9 @@ get:
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, created, modified**
Sorting is supported for the following fields: **name, created, modified**
example: name,-modified example: name,-modified
required: false required: false
responses: responses:

View File

@@ -22,8 +22,9 @@ get:
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, created, modified** Sorting is supported for the following fields: **name, created, modified**
example: name,-modified example: name,-modified
required: false required: false
responses: responses:

View File

@@ -16,7 +16,8 @@ get:
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 Governance Group fields and operators: Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
@@ -31,8 +32,9 @@ get:
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, created, modified** Sorting is supported for the following fields: **name, created, modified**
example: name,-modified example: name,-modified
required: false required: false
responses: responses:

View File

@@ -143,6 +143,11 @@ tags:
In Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log. In Account Aggregation, administrators can view the account aggregations' statuses and details in the Account Activity Log.
Refer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations. Refer to [Loading Account Data](https://documentation.sailpoint.com/saas/help/accounts/loading_data.html) for more information about account aggregations.
- name: Account Usages
description: |
Use this API to implement account usage insight functionality.
With this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.
This allows organizations to get the information they need to start optimizing and securing source account usage.
- name: Accounts - name: Accounts
description: | description: |
Use this API to implement and customize account functionality. Use this API to implement and customize account functionality.
@@ -756,6 +761,11 @@ tags:
This second option is a good way to prevent SOD violations from triggering at all. This second option is a good way to prevent SOD violations from triggering at all.
Refer to [Handling Policy Violations](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html) for more information about SOD policy violations. Refer to [Handling Policy Violations](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html) for more information about SOD policy violations.
- name: Source Usages
description: |
Use this API to implement source usage insight functionality.
With this functionality in place, administrators can gather information and insights about how their tenants' sources are being used.
This allows organizations to get the information they need to start optimizing and securing source usage.
- name: Sources - name: Sources
description: | description: |
Use this API to implement and customize source functionality. Use this API to implement and customize source functionality.
@@ -882,20 +892,21 @@ tags:
When they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items. When they complete the work item, they can select 'Mark Complete' to add it to their list of completed work items.
Refer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete. Refer to [Task Manager](https://documentation.sailpoint.com/saas/user-help/task_manager.html) for more information about work items, including the different types of work items users may need to complete.
- name: Work Reassignment
description: |
Use this API to implement work reassignment functionality.
Work Reassignment allows access request reviews, certifications, and manual provisioning tasks assigned to a user to be reassigned to a different user. This is primarily used for:
- Temporarily redirecting work for users who are out of office, such as on vacation or sick leave
- Permanently redirecting work for users who should not be assigned these tasks at all, such as senior executives or service identities
Users can define reassignments for themselves, managers can add them for their team members, and administrators can configure them on any users behalf. Work assigned during the specified reassignment timeframes will be automatically reassigned to the designated user as it is created.
Refer to [Work Reassignment](https://documentation.sailpoint.com/saas/help/users/work_reassignment.html) for more information about this topic.
- name: Workflows - name: Workflows
description: | description: |
Workflows allow administrators to create custom automation scripts directly within IdentityNow. These automation scripts respond to [event triggers](https://developer.sailpoint.com/idn/docs/event-triggers#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the IdentityNow UI. Workflows can be configured via a graphical user interface within IdentityNow, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST. Workflows allow administrators to create custom automation scripts directly within IdentityNow. These automation scripts respond to [event triggers](https://developer.sailpoint.com/idn/docs/event-triggers#how-to-get-started-with-event-triggers) and perform a series of actions to perform tasks that are either too cumbersome or not available in the IdentityNow UI. Workflows can be configured via a graphical user interface within IdentityNow, or by creating and uploading a JSON formatted script to the Workflow service. The Workflows API collection provides the necessary functionality to create, manage, and test your workflows via REST.
- name: Source Usages
description: |
Use this API to implement source usage insight functionality.
With this functionality in place, administrators can gather information and insights about how their tenants' sources are being used.
This allows organizations to get the information they need to start optimizing and securing source usage.
- name: Account Usages
description: |
Use this API to implement account usage insight functionality.
With this functionality in place, administrators can gather information and insights about how their tenants' source accounts are being used.
This allows organizations to get the information they need to start optimizing and securing source account usage.
security: security:
- UserContextAuth: [ ] - UserContextAuth: [ ]

View File

@@ -1,24 +0,0 @@
build
.idea
*.iml
.gradle
.DS_Store
/debug.log
velocity.log*
sptcbu-org-data
*~
#*#
.#*
api-client-common/out
node_modules
*.d.ts
/bin
.classpath
.project
.vscode/
.settings/
/.settings
api-client-common/bin/
design-docs/api-publisher

View File

@@ -29,7 +29,8 @@ get:
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 Entitlement fields and operators: Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
@@ -43,7 +44,10 @@ get:
**value**: *eq, sw* **value**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*

View File

@@ -44,7 +44,10 @@ get:
**name**: *eq, sw* **name**: *eq, sw*
**created, modified**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
**modified**: *gt, lt, ge, le*
**owner.id**: *eq, in* **owner.id**: *eq, in*

View File

@@ -107,13 +107,10 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **created, modified, Sorting is supported for the following fields: **created, modified, accountActivityItemId**
accountActivityItemId**
example: created example: created
required: false required: false
responses: responses:

View File

@@ -43,15 +43,13 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**type**: *eq, in* (See the `type` property in the response schema for possible values) **type**: *eq, in*
**created**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*

View File

@@ -43,15 +43,13 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
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:
**type**: *eq, in* (See the `type` property in the response schema for possible values) **type**: *eq, in*
**created**: *gt, lt, ge, le* **created**: *gt, lt, ge, le*
@@ -66,12 +64,10 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **type, created,
modified** Sorting is supported for the following fields: **type, created, modified**
example: created example: created
required: false required: false
responses: responses:

View File

@@ -55,7 +55,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **created**, **modified** Sorting is supported for the following fields: **id, name, created, modified**
responses: responses:
"200": "200":
description: List of account objects description: List of account objects

View File

@@ -85,7 +85,13 @@ get:
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: **name, id** Filtering is supported for the following fields and operators:
**name**: *eq*
**id**: *eq*
example: name eq "manager template" example: name eq "manager template"
responses: responses:
'200': '200':

View File

@@ -52,7 +52,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name**, **created** Sorting is supported for the following fields: **name, created**
example: name example: name
responses: responses:
'200': '200':

View File

@@ -27,7 +27,7 @@ get:
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 done by reviewer's fields): Filtering is supported for the following fields and operators:
**id**: *eq, in* **id**: *eq, in*
@@ -38,7 +38,6 @@ get:
**email**: *eq, sw* **email**: *eq, sw*
example: name eq "Bob" example: name eq "Bob"
- in: query - in: query
name: sorters name: sorters
schema: schema:

View File

@@ -33,7 +33,10 @@ get:
**id**: *eq, in* **id**: *eq, in*
**type / access.type**: *eq* **type**: *eq*
**access.type**: *eq*
**completed**: *eq, ne* **completed**: *eq, ne*

View File

@@ -18,7 +18,7 @@ get:
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)
Supported fields and primitive operators: Filtering is supported for the following fields and operators:
**target**: *eq, sw* **target**: *eq, sw*
@@ -27,29 +27,19 @@ get:
**rights**: *ca* **rights**: *ca*
Supported composite operators: Supported composite operators: *and, or*
*and, or*
All field values (second filter operands) are case-insensitive for this API. All field values (second filter operands) are case-insensitive for this API.
Only a single *and* or *or* composite filter operator may be used. It must also be used between Only a single *and* or *or* composite filter operator may be used. It must also be used between a target filter and a rights filter, not between 2 filters for the same field.
a target filter and a rights filter, not between 2 filters for the same field.
For example,
The following is valid: For example, the following is valid: `?filters=rights+ca+(%22CREATE%22)+and+target+eq+%22SYS.OBJAUTH2%22`
*?filters=rights+ca+(%22CREATE%22)+and+target+eq+%22SYS.OBJAUTH2%22*
The following is invalid: The following is invalid: 1?filters=rights+ca+(%22CREATE%22)+and+rights+ca+(%SELECT%22)1
*?filters=rights+ca+(%22CREATE%22)+and+rights+ca+(%SELECT%22)*
example: target eq "SYS.OBJAUTH2" example: target eq "SYS.OBJAUTH2"
- in: path - in: path
name: certificationId name: certificationId

View File

@@ -28,14 +28,19 @@ get:
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*
**campaign.id**: *eq, in* **campaign.id**: *eq, in*
**phase**: *eq* **phase**: *eq*
**completed**: *eq, ne* **completed**: *eq, ne*
- in: query - in: query
name: sorters name: sorters
@@ -47,6 +52,7 @@ get:
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **name, due, signed** Sorting is supported for the following fields: **name, due, signed**
responses: responses:
'200': '200':

View File

@@ -40,7 +40,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **priority** Sorting is supported for the following fields: **id, name, priority**
responses: responses:
'200': '200':
description: List of export objects with identity profiles. description: List of export objects with identity profiles.

View File

@@ -42,7 +42,7 @@ get:
Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results) Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Sorting is supported for the following fields: **id**, **name**, **priority** Sorting is supported for the following fields: **id, name, priority**
responses: responses:
'200': '200':
description: List of identityProfiles. description: List of identityProfiles.

View File

@@ -30,11 +30,13 @@ get:
schema: schema:
type: string type: string
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
Collection
Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407)
Filtering is supported for the following fields and operators: Filtering is supported for the following fields and operators:
**approvalStatus**: *eq* *Example:* approvalStatus eq "PENDING"
**approvalStatus**: *eq*
example: approvalStatus eq "Pending" example: approvalStatus eq "Pending"
required: false required: false
- in: query - in: query
@@ -43,9 +45,9 @@ get:
type: string type: string
format: comma-separated format: comma-separated
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407#toc-hId-2058949)
Sorting is supported for the following fields: **created, modified** Sorting is supported for the following fields: **created, modified**
required: false required: false
example: created example: created

View File

@@ -57,12 +57,10 @@ get:
format: comma-separated format: comma-separated
example: accountName,sourceId example: accountName,sourceId
description: >- description: >-
Sort results using the standard syntax described in [V3 API Standard Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)
Collection
Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407#toc-hId-2058949)
Sorting is supported for the following fields: **id, accountName, Sorting is supported for the following fields: **id, accountName, sourceId, manager, firstName, lastName, email, phone, startDate, endDate, created, modified**
sourceId, manager, firstName, lastName, email, phone, startDate,
endDate, created, modified**
- in: query - in: query
name: filters name: filters
required: false required: false
@@ -70,12 +68,13 @@ get:
type: string type: string
example: sourceId eq "2c91808568c529c60168cca6f90c1313" example: sourceId eq "2c91808568c529c60168cca6f90c1313"
description: >- description: >-
Filter results using the standard syntax described in [V3 API Standard Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)
Collection
Parameters](https://community.sailpoint.com/t5/IdentityNow-Wiki/V3-API-Standard-Collection-Parameters/ta-p/156407)
Filtering is supported for the following fields and operators: Filtering is supported for the following fields and operators:
**sourceId**: *eq* *Example:* sourceId eq
"2c91808568c529c60168cca6f90c1313"
**sourceId**: *eq*
responses: responses:
"200": "200":
description: Non-Employee record objects description: Non-Employee record objects

Some files were not shown because too many files have changed in this diff Show More