From b59125c754d96481bc85dcb2b0b54e7e1e1ba34b Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Wed, 1 Nov 2023 15:20:47 +0000 Subject: [PATCH] Automated commit 'Added undocumented sorter and filter params. (#1477)' by github action: 6721569619 --- idn/beta/paths/access-profiles.yaml | 2 +- idn/beta/paths/account-activities.yaml | 6 ++--- .../ai-access-request-recommendations.yaml | 2 +- idn/beta/paths/campaign-templates.yaml | 4 ++-- idn/beta/paths/common-access.yaml | 8 +++---- .../completed-access-request-approvals.yaml | 6 ++--- idn/beta/paths/connectors.yaml | 2 +- idn/beta/paths/entitlements.yaml | 2 +- idn/beta/paths/identity-profiles.yaml | 6 ++--- idn/beta/paths/non-employee-sources.yaml | 2 +- .../paths/notification-template-defaults.yaml | 6 ++--- idn/beta/paths/notification-templates.yaml | 6 ++--- .../pending-access-request-approvals.yaml | 2 +- .../role-mining-potential-role-summaries.yaml | 6 ++--- idn/beta/paths/roles.yaml | 2 +- idn/beta/paths/sources.yaml | 24 +++++++++---------- idn/beta/paths/trigger-subscriptions.yaml | 2 +- idn/beta/paths/triggers.yaml | 2 +- idn/beta/paths/verified-from-addresses.yaml | 2 +- idn/beta/paths/workgroups/workgroups.yaml | 6 ++--- idn/v3/paths/access-profiles.yaml | 2 +- idn/v3/paths/access-request-status.yaml | 4 ++-- idn/v3/paths/account-activity-list.yaml | 6 ++--- idn/v3/paths/accounts.yaml | 12 +++++----- idn/v3/paths/campaign-templates.yaml | 4 ++-- .../completed-access-request-approvals.yaml | 6 ++--- idn/v3/paths/identity-profiles.yaml | 6 ++--- idn/v3/paths/non-employee-sources.yaml | 2 +- .../pending-access-request-approvals.yaml | 2 +- idn/v3/paths/requestable-object-list.yaml | 2 +- idn/v3/paths/roles.yaml | 2 +- idn/v3/paths/sources.yaml | 24 +++++++++---------- 32 files changed, 85 insertions(+), 85 deletions(-) diff --git a/idn/beta/paths/access-profiles.yaml b/idn/beta/paths/access-profiles.yaml index 320a543c..95f25d1b 100644 --- a/idn/beta/paths/access-profiles.yaml +++ b/idn/beta/paths/access-profiles.yaml @@ -41,7 +41,7 @@ get: **id**: *eq, in* - **name**: *eq, sw* + **name**: *eq, sw, co* **created**: *gt, lt, ge, le* diff --git a/idn/beta/paths/account-activities.yaml b/idn/beta/paths/account-activities.yaml index 7d1d79fc..305a5b3b 100644 --- a/idn/beta/paths/account-activities.yaml +++ b/idn/beta/paths/account-activities.yaml @@ -50,13 +50,13 @@ get: Filtering is supported for the following fields and operators: - **type**: *eq, in* + **type**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **created**: *gt, lt, ge, le* + **created**: *gt, lt, ge, le, co, eq, in, ne, isnull, sw* - **modified**: *gt, lt, ge, le* + **modified**: *gt, lt, ge, le, co, eq, in, ne, isnull, sw* - in: query name: sorters schema: diff --git a/idn/beta/paths/ai-access-request-recommendations.yaml b/idn/beta/paths/ai-access-request-recommendations.yaml index 43760bb9..df3b1407 100644 --- a/idn/beta/paths/ai-access-request-recommendations.yaml +++ b/idn/beta/paths/ai-access-request-recommendations.yaml @@ -53,7 +53,7 @@ get: **access.type**: *eq, in* - **access.description**: *co* + **access.description**: *co, eq, in* example: access.name co "admin" - in: query name: sorters diff --git a/idn/beta/paths/campaign-templates.yaml b/idn/beta/paths/campaign-templates.yaml index 998e845b..7ec8220f 100644 --- a/idn/beta/paths/campaign-templates.yaml +++ b/idn/beta/paths/campaign-templates.yaml @@ -39,10 +39,10 @@ get: Filtering is supported for the following fields and operators: - **name**: *eq* + **name**: *eq, ge, gt, in, le, lt, ne, sw* - **id**: *eq* + **id**: *eq, ge, gt, in, le, lt, ne, sw* example: name eq "manager template" responses: '200': diff --git a/idn/beta/paths/common-access.yaml b/idn/beta/paths/common-access.yaml index bdb6784c..a16d6d76 100644 --- a/idn/beta/paths/common-access.yaml +++ b/idn/beta/paths/common-access.yaml @@ -19,22 +19,22 @@ get: Filtering is supported for the following fields and operators: - **status**: *eq* + **status**: *eq, sw* **reviewedByUser** *eq* - **access.id**: *eq* + **access.id**: *eq, sw* **access.type**: *eq* - **access.name**: *sw* + **access.name**: *sw, eq* - **access.description**: *sw* + **access.description**: *sw, eq* example: access.type eq "ROLE" required: false style: form diff --git a/idn/beta/paths/completed-access-request-approvals.yaml b/idn/beta/paths/completed-access-request-approvals.yaml index 1acbb7cd..b8f4e310 100644 --- a/idn/beta/paths/completed-access-request-approvals.yaml +++ b/idn/beta/paths/completed-access-request-approvals.yaml @@ -31,13 +31,13 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **requestedFor.id**: *eq, in* + **requestedFor.id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **modified**: *gt, lt, ge, le* + **modified**: *gt, lt, ge, le, co, eq, in, ne, sw* - in: query name: sorters schema: diff --git a/idn/beta/paths/connectors.yaml b/idn/beta/paths/connectors.yaml index ca5da95f..b42697f5 100644 --- a/idn/beta/paths/connectors.yaml +++ b/idn/beta/paths/connectors.yaml @@ -19,7 +19,7 @@ get: Filtering is supported for the following fields and operators: - **name**: *sw* + **name**: *sw, co* **type**: *eq* diff --git a/idn/beta/paths/entitlements.yaml b/idn/beta/paths/entitlements.yaml index 631f66d4..9541ef04 100644 --- a/idn/beta/paths/entitlements.yaml +++ b/idn/beta/paths/entitlements.yaml @@ -75,7 +75,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) - 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, requestable** example: name,-modified required: false style: form diff --git a/idn/beta/paths/identity-profiles.yaml b/idn/beta/paths/identity-profiles.yaml index ce3cdb07..ea8337e8 100644 --- a/idn/beta/paths/identity-profiles.yaml +++ b/idn/beta/paths/identity-profiles.yaml @@ -22,10 +22,10 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, ne* + **id**: *eq, ne, co, ge, gt, in, le, lt, isnull, sw* - **name**: *eq, ne* + **name**: *eq, ne, co, in, le, lt, isnull, sw* **priority**: *eq, ne* @@ -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) - Sorting is supported for the following fields: **id, name, priority** + Sorting is supported for the following fields: **id, name, priority, created, modified, owner.id, owner.name** example: name,-priority responses: '200': diff --git a/idn/beta/paths/non-employee-sources.yaml b/idn/beta/paths/non-employee-sources.yaml index a3f2581d..91a7dcf8 100644 --- a/idn/beta/paths/non-employee-sources.yaml +++ b/idn/beta/paths/non-employee-sources.yaml @@ -77,7 +77,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) - Sorting is supported for the following fields: **name, created** + Sorting is supported for the following fields: **name, created, sourceId** responses: "200": description: List of non-employee sources objects. diff --git a/idn/beta/paths/notification-template-defaults.yaml b/idn/beta/paths/notification-template-defaults.yaml index d50e4916..d16b8d2c 100644 --- a/idn/beta/paths/notification-template-defaults.yaml +++ b/idn/beta/paths/notification-template-defaults.yaml @@ -19,13 +19,13 @@ get: Filtering is supported for the following fields and operators: - **key**: *eq, in* + **key**: *eq, in, co, sw* - **medium**: *eq* + **medium**: *eq, co, sw* - **locale**: *eq* + **locale**: *eq, co, sw* responses: '200': description: >- diff --git a/idn/beta/paths/notification-templates.yaml b/idn/beta/paths/notification-templates.yaml index 7a573df6..af2517e1 100644 --- a/idn/beta/paths/notification-templates.yaml +++ b/idn/beta/paths/notification-templates.yaml @@ -19,13 +19,13 @@ get: Filtering is supported for the following fields and operators: - **key**: *eq, in* + **key**: *eq, in, co, sw* - **medium**: *eq* + **medium**: *eq, co, sw* - **locale**: *eq* + **locale**: *eq, co, sw* example: 'medium eq "EMAIL"' responses: '200': diff --git a/idn/beta/paths/pending-access-request-approvals.yaml b/idn/beta/paths/pending-access-request-approvals.yaml index 52312a73..c36c79c7 100644 --- a/idn/beta/paths/pending-access-request-approvals.yaml +++ b/idn/beta/paths/pending-access-request-approvals.yaml @@ -38,7 +38,7 @@ get: **requestedFor.id**: *eq, in* - **modified**: *gt, lt, ge, le* + **modified**: *gt, lt, ge, le, eq, in* - in: query name: sorters schema: diff --git a/idn/beta/paths/role-mining-potential-role-summaries.yaml b/idn/beta/paths/role-mining-potential-role-summaries.yaml index 53341aa1..d32524db 100644 --- a/idn/beta/paths/role-mining-potential-role-summaries.yaml +++ b/idn/beta/paths/role-mining-potential-role-summaries.yaml @@ -20,7 +20,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) - Sorting is supported for the following fields: **createdDate** + Sorting is supported for the following fields: **createdDate, identityCount, entitlementCount, freshness, quality** example: createdDate - in: query name: filters @@ -46,7 +46,7 @@ get: **freshness**: *eq, ge, gt, le, lt* - **name**: *eq, sw, co* + **name**: *eq, sw, co, ge, gt, le, lt* **quality**: *eq, ge, gt, le, lt* @@ -58,7 +58,7 @@ get: **saved**: *eq* - **type**: *eq* + **type**: *eq, ge, gt, le, lt* **scopingMethod**: *eq* diff --git a/idn/beta/paths/roles.yaml b/idn/beta/paths/roles.yaml index eafe0f3f..15dc89a4 100644 --- a/idn/beta/paths/roles.yaml +++ b/idn/beta/paths/roles.yaml @@ -39,7 +39,7 @@ get: **id**: *eq, in* - **name**: *eq, sw* + **name**: *eq, sw, co* **created**: *gt, lt, ge, le* diff --git a/idn/beta/paths/sources.yaml b/idn/beta/paths/sources.yaml index f0d4a97e..449c3dcd 100644 --- a/idn/beta/paths/sources.yaml +++ b/idn/beta/paths/sources.yaml @@ -26,16 +26,16 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **name**: *co, eq, in, sw* + **name**: *co, eq, in, sw, ge, gt, ne, isnull* - **type**: *eq, in* + **type**: *eq, in, co, ge, gt, ne, isnull, sw* - **owner.id**: *eq, in* + **owner.id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* **features**: *ca, co* @@ -47,25 +47,25 @@ get: **modified**: *eq* - **managementWorkgroup.id**: *eq* + **managementWorkgroup.id**: *eq, co, ge, gt, in, le, lt, ne, isnull, sw* - **description**: *eq* + **description**: *eq, sw* - **authoritative**: *eq* + **authoritative**: *eq, ne, isnull* - **healthy**: *eq* + **healthy**: *isnull* - **status**: *eq, in* + **status**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **connectionType**: *eq* + **connectionType**: *eq, co, ge, gt, in, le, lt, ne, isnull, sw* - **connectorName**: *eq* + **connectorName**: *eq, co, ge, gt, in, ne, isnull, sw* - in: query name: sorters schema: @@ -76,7 +76,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) - 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, id, description, owner.id, accountCorrelationConfig.id, accountCorrelationConfig.name, managerCorrelationRule.type, managerCorrelationRule.id, managerCorrelationRule.name, authoritative, managementWorkgroup.id, connectorName, connectionType** - in: query name: for-subadmin schema: diff --git a/idn/beta/paths/trigger-subscriptions.yaml b/idn/beta/paths/trigger-subscriptions.yaml index c168ce19..2767ed61 100644 --- a/idn/beta/paths/trigger-subscriptions.yaml +++ b/idn/beta/paths/trigger-subscriptions.yaml @@ -107,7 +107,7 @@ get: **triggerId**: *eq* - **type**: *eq* + **type**: *eq, le* example: id eq "12cff757-c0c0-413b-8ad7-2a47956d1e89" - in: query name: sorters diff --git a/idn/beta/paths/triggers.yaml b/idn/beta/paths/triggers.yaml index d9c01aa4..2aa66198 100644 --- a/idn/beta/paths/triggers.yaml +++ b/idn/beta/paths/triggers.yaml @@ -20,7 +20,7 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq* + **id**: *eq, ge, le* example: id eq "idn:access-request-post-approval" - in: query name: sorters diff --git a/idn/beta/paths/verified-from-addresses.yaml b/idn/beta/paths/verified-from-addresses.yaml index 0d130d01..21f5f574 100644 --- a/idn/beta/paths/verified-from-addresses.yaml +++ b/idn/beta/paths/verified-from-addresses.yaml @@ -20,7 +20,7 @@ get: Filtering is supported for the following fields and operators: - **email**: *eq* + **email**: *eq, co, ge, le, sw* example: email eq "john.doe@company.com" - in: query name: sorters diff --git a/idn/beta/paths/workgroups/workgroups.yaml b/idn/beta/paths/workgroups/workgroups.yaml index 5a453a8b..7b2b62c1 100644 --- a/idn/beta/paths/workgroups/workgroups.yaml +++ b/idn/beta/paths/workgroups/workgroups.yaml @@ -19,10 +19,10 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, sw* - **name**: *eq, sw* + **name**: *eq, sw, in* example: name sw "Test" required: false - in: query @@ -34,7 +34,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) - Sorting is supported for the following fields: **name, created, modified** + Sorting is supported for the following fields: **name, created, modified, id, description** example: name,-modified required: false responses: diff --git a/idn/v3/paths/access-profiles.yaml b/idn/v3/paths/access-profiles.yaml index 3de3fd69..377b923e 100644 --- a/idn/v3/paths/access-profiles.yaml +++ b/idn/v3/paths/access-profiles.yaml @@ -41,7 +41,7 @@ get: **id**: *eq, in* - **name**: *eq, sw* + **name**: *eq, sw, co* **created**: *gt, lt, ge, le* diff --git a/idn/v3/paths/access-request-status.yaml b/idn/v3/paths/access-request-status.yaml index b631ff54..45620572 100644 --- a/idn/v3/paths/access-request-status.yaml +++ b/idn/v3/paths/access-request-status.yaml @@ -99,7 +99,7 @@ get: Filtering is supported for the following fields and operators: - **accountActivityItemId**: *eq, in* + **accountActivityItemId**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* required: false - in: query name: sorters @@ -110,7 +110,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) - Sorting is supported for the following fields: **created, modified, accountActivityItemId** + Sorting is supported for the following fields: **created, modified, accountActivityItemId, name** example: created required: false responses: diff --git a/idn/v3/paths/account-activity-list.yaml b/idn/v3/paths/account-activity-list.yaml index dcb3eec4..9acd3805 100644 --- a/idn/v3/paths/account-activity-list.yaml +++ b/idn/v3/paths/account-activity-list.yaml @@ -49,13 +49,13 @@ get: Filtering is supported for the following fields and operators: - **type**: *eq, in* + **type**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **created**: *gt, lt, ge, le* + **created**: *gt, lt, ge, le, co, eq, in, ne, isnull, sw* - **modified**: *gt, lt, ge, le* + **modified**: *gt, lt, ge, le, co, eq, in, ne, isnull, sw* example: type eq "Identity Refresh" required: false - in: query diff --git a/idn/v3/paths/accounts.yaml b/idn/v3/paths/accounts.yaml index 38c32f61..3667645e 100644 --- a/idn/v3/paths/accounts.yaml +++ b/idn/v3/paths/accounts.yaml @@ -27,19 +27,19 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **identityId**: *eq* + **identityId**: *eq, co, ge, gt, in, le, lt, ne, isnull, sw* - **name**: *eq, in* + **name**: *eq, in, co, ge, gt, ne, isnull, sw* - **nativeIdentity**: *eq, in* + **nativeIdentity**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **sourceId**: *eq, in* + **sourceId**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* **uncorrelated**: *eq* @@ -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) - Sorting is supported for the following fields: **id, name, created, modified** + Sorting is supported for the following fields: **id, name, created, modified, sourceId, identityId, nativeIdentity, uuid, manuallyCorrelated** responses: "200": description: List of account objects diff --git a/idn/v3/paths/campaign-templates.yaml b/idn/v3/paths/campaign-templates.yaml index 3f261701..babefaa8 100644 --- a/idn/v3/paths/campaign-templates.yaml +++ b/idn/v3/paths/campaign-templates.yaml @@ -88,10 +88,10 @@ get: Filtering is supported for the following fields and operators: - **name**: *eq* + **name**: *eq, ge, gt, in, le, lt, ne, sw* - **id**: *eq* + **id**: *eq, ge, gt, in, le, lt, ne, sw* example: name eq "manager template" responses: '200': diff --git a/idn/v3/paths/completed-access-request-approvals.yaml b/idn/v3/paths/completed-access-request-approvals.yaml index c7d185dd..fe4597cd 100644 --- a/idn/v3/paths/completed-access-request-approvals.yaml +++ b/idn/v3/paths/completed-access-request-approvals.yaml @@ -38,13 +38,13 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **requestedFor.id**: *eq, in* + **requestedFor.id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **modified**: *gt, lt, ge, le* + **modified**: *gt, lt, ge, le, co, eq, in, ne, sw* example: id eq "2c91808568c529c60168cca6f90c1313" - in: query name: sorters diff --git a/idn/v3/paths/identity-profiles.yaml b/idn/v3/paths/identity-profiles.yaml index 0735dad4..b477f5fb 100644 --- a/idn/v3/paths/identity-profiles.yaml +++ b/idn/v3/paths/identity-profiles.yaml @@ -24,10 +24,10 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, ne* + **id**: *eq, ne, co, ge, gt, in, le, lt, isnull, sw* - **name**: *eq, ne* + **name**: *eq, ne, co, in, le, lt, isnull, sw* **priority**: *eq, ne* @@ -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) - Sorting is supported for the following fields: **id, name, priority** + Sorting is supported for the following fields: **id, name, priority, created, modified, owner.id, owner.name** responses: '200': description: List of identityProfiles. diff --git a/idn/v3/paths/non-employee-sources.yaml b/idn/v3/paths/non-employee-sources.yaml index 4537fc08..8d20534b 100644 --- a/idn/v3/paths/non-employee-sources.yaml +++ b/idn/v3/paths/non-employee-sources.yaml @@ -80,7 +80,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) - Sorting is supported for the following fields: **name, created** + Sorting is supported for the following fields: **name, created, sourceId** responses: "200": description: List of non-employee sources objects. diff --git a/idn/v3/paths/pending-access-request-approvals.yaml b/idn/v3/paths/pending-access-request-approvals.yaml index a2523a49..89ca1d73 100644 --- a/idn/v3/paths/pending-access-request-approvals.yaml +++ b/idn/v3/paths/pending-access-request-approvals.yaml @@ -40,7 +40,7 @@ get: **requestedFor.id**: *eq, in* - **modified**: *gt, lt, ge, le* + **modified**: *gt, lt, ge, le, eq, in* example: id eq "2c91808568c529c60168cca6f90c1313" - in: query name: sorters diff --git a/idn/v3/paths/requestable-object-list.yaml b/idn/v3/paths/requestable-object-list.yaml index 00980599..bbe41ac3 100644 --- a/idn/v3/paths/requestable-object-list.yaml +++ b/idn/v3/paths/requestable-object-list.yaml @@ -70,7 +70,7 @@ get: **id**: *eq, in* - **name**: *eq, in, sw* + **name**: *eq, in, sw, co* required: false - in: query name: sorters diff --git a/idn/v3/paths/roles.yaml b/idn/v3/paths/roles.yaml index 6224950f..54e73e36 100644 --- a/idn/v3/paths/roles.yaml +++ b/idn/v3/paths/roles.yaml @@ -39,7 +39,7 @@ get: **id**: *eq, in* - **name**: *eq, sw* + **name**: *eq, sw, co* **created**: *gt, lt, ge, le* diff --git a/idn/v3/paths/sources.yaml b/idn/v3/paths/sources.yaml index 9ae1f1ad..34806a02 100644 --- a/idn/v3/paths/sources.yaml +++ b/idn/v3/paths/sources.yaml @@ -25,16 +25,16 @@ get: Filtering is supported for the following fields and operators: - **id**: *eq, in* + **id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **name**: *co, eq, in, sw* + **name**: *co, eq, in, sw, ge, gt, ne, isnull* - **type**: *eq, in* + **type**: *eq, in, co, ge, gt, ne, isnull, sw* - **owner.id**: *eq, in* + **owner.id**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* **features**: *ca, co* @@ -46,25 +46,25 @@ get: **modified**: *eq* - **managementWorkgroup.id**: *eq* + **managementWorkgroup.id**: *eq, co, ge, gt, in, le, lt, ne, isnull, sw* - **description**: *eq* + **description**: *eq, sw* - **authoritative**: *eq* + **authoritative**: *eq, ne, isnull* - **healthy**: *eq* + **healthy**: *isnull* - **status**: *eq, in* + **status**: *eq, in, co, ge, gt, le, lt, ne, isnull, sw* - **connectionType**: *eq* + **connectionType**: *eq, co, ge, gt, in, le, lt, ne, isnull, sw* - **connectorName**: *eq* + **connectorName**: *eq, co, ge, gt, in, ne, isnull, sw* - in: query name: sorters schema: @@ -75,7 +75,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) - 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, id, description, owner.id, accountCorrelationConfig.id, accountCorrelationConfig.name, managerCorrelationRule.type, managerCorrelationRule.id, managerCorrelationRule.name, authoritative, managementWorkgroup.id, connectorName, connectionType** - in: query name: for-subadmin schema: