Automated commit 'Merge pull request #1234 from sailpoint/boyle/IDA-17625

IDA-17625 : Deprecate unused API' by github action: 4756671001
This commit is contained in:
GitHub Action Bot
2023-04-20 16:31:43 +00:00
parent c253c45bbf
commit af5dd1cb20

View File

@@ -3,7 +3,9 @@ get:
tags: tags:
- IAI Peer Group Strategies - IAI Peer Group Strategies
summary: Identity Outliers List summary: Identity Outliers List
deprecated: true
description: >- description: >-
-- Deprecated : See 'IAI Outliers'
This API will be used by Identity Governance systems to identify identities that are not included in an organization's peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned. This API will be used by Identity Governance systems to identify identities that are not included in an organization's peer groups. By default, 250 identities are returned. You can specify between 1 and 1000 number of identities that can be returned.
parameters: parameters:
- in: path - in: path
@@ -26,9 +28,11 @@ get:
items: items:
$ref: '../schemas/PeerGroupMember.yaml' $ref: '../schemas/PeerGroupMember.yaml'
'400': '400':
$ref: '../../v3/responses/400.yaml' $ref: '../../v3/responses/400.yaml'
'401': '401':
$ref: '../../v3/responses/401.yaml' $ref: '../../v3/responses/401.yaml'
'403':
$ref: '../../v3/responses/403.yaml'
'429': '429':
$ref: '../../v3/responses/429.yaml' $ref: '../../v3/responses/429.yaml'
'500': '500':