Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/ActivityDataSource.yaml
2022-09-26 21:59:54 -04:00

18 lines
452 B
YAML

description: A reference to the source of activity
allOf:
- $ref: '../../v3/schemas/BaseReferenceDto.yaml'
- type: object
properties:
integrationType:
type: string
enum:
- DIRECT
- SSO
- UNKNOWN
description: Describes the method used to collect source activity data
example:
- type: 'SOURCE'
id: '2c9180835d191a86015d28455b4b232a'
name: 'GitHub'
integrationType: DIRECT