mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
11 lines
232 B
YAML
11 lines
232 B
YAML
type: object
|
|
properties:
|
|
eventType:
|
|
type: string
|
|
description: the type of event
|
|
date:
|
|
type: string
|
|
description: the date of the event
|
|
example:
|
|
evetType: 'AccessItemAssociated'
|
|
date: '2021-03-11T21:27:54.750Z' |