Files
api-specs/idn/beta/schemas/trigger/example-input/SourceUpdated.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

52 lines
1.3 KiB
YAML

title: Source Updated
type: object
required:
- id
- name
- type
- modified
- connector
- actor
properties:
id:
type: string
description: The unique ID of the source.
example: 2c9180866166b5b0016167c32ef31a66
name:
type: string
description: The user friendly name of the source.
example: Corporate Active Directory
type:
type: string
description: The connection type of the source.
example: DIRECT_CONNECT
modified:
type: string
format: date-time
description: The date and time the source was modified.
example: '2021-03-29T22:01:50.474Z'
connector:
type: string
description: The connector type used to connect to the source.
example: active-directory
actor:
required:
- type
- name
type: object
description: Identity who updated the source.
properties:
type:
type: string
description: DTO type of identity who updated the source.
enum:
- IDENTITY
example: IDENTITY
id:
type: string
description: ID of identity who updated the source.
example: 2c7180a46faadee4016fb4e018c20648
name:
type: string
description: Display name of identity who updated the source.
example: William Wilson