mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 20:37:47 +00:00
44 lines
1.0 KiB
YAML
44 lines
1.0 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
|
|
allOf:
|
|
- $ref: '../../../../v3/schemas/BaseReferenceDto.yaml'
|
|
description: The identity or system that performed the update.
|
|
properties:
|
|
type:
|
|
enum:
|
|
- IDENTITY
|
|
example: IDENTITY
|
|
description: The type of object that is referenced |