mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 4619891339
This commit is contained in:
@@ -56,7 +56,7 @@ get:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
type: array
|
||||
items:
|
||||
oneOf:
|
||||
- $ref: '../schemas/SlimAccount.yaml'
|
||||
|
||||
@@ -43,7 +43,9 @@ get:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../schemas/V3ConnectorDto.yaml'
|
||||
type: array
|
||||
items:
|
||||
$ref: '../schemas/V3ConnectorDto.yaml'
|
||||
'400':
|
||||
$ref: '../../v3/responses/400.yaml'
|
||||
'401':
|
||||
|
||||
@@ -40,7 +40,9 @@ get:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '../schemas/TaggedObject.yaml'
|
||||
type: array
|
||||
items:
|
||||
$ref: '../schemas/TaggedObject.yaml'
|
||||
'400':
|
||||
$ref: '../../v3/responses/400.yaml'
|
||||
'401':
|
||||
|
||||
@@ -40,6 +40,10 @@ allOf:
|
||||
type: string
|
||||
description: The ID of the source for which this account belongs
|
||||
example: 2c9180835d2e5168015d32f890ca1581
|
||||
sourceName:
|
||||
type: string
|
||||
description: The name of the source
|
||||
example: Large Source
|
||||
identityId:
|
||||
type: string
|
||||
description: The ID of the identity for which this account is correlated to if not uncorrelated
|
||||
|
||||
Reference in New Issue
Block a user