Files
api-specs/idn/beta/schemas/ActivityDataSource.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

18 lines
445 B
YAML

description: A reference to the source of activity
allOf:
- $ref: '../../v3/schemas/SourceDto.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