Files
api-specs/idn/beta/schemas/trigger/example-input/SourceCreated.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

53 lines
1.2 KiB
YAML

title: Source Created
type: object
required:
- id
- name
- type
- created
- connector
- actor
properties:
id:
type: string
description: The unique ID of the source.
example: 2c9180866166b5b0016167c32ef31a66
name:
type: string
description: Human friendly name of the source.
example: Test source
type:
type: string
description: The connection type.
example: DIRECT_CONNECT
created:
type: string
format: date-time
description: The date and time the source was created.
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:
- id
- name
- type
type: object
description: Identity who created the source.
properties:
type:
type: string
description: DTO type of identity who created the source.
enum:
- IDENTITY
example: IDENTITY
id:
type: string
description: ID of identity who created the source.
example: 2c7180a46faadee4016fb4e018c20648
name:
type: string
description: Display name of identity who created the source.
example: William Wilson