mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
21 lines
435 B
YAML
21 lines
435 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: the id of the access item
|
|
eventType:
|
|
type: string
|
|
enum:
|
|
- ADD
|
|
- REMOVE
|
|
displayName:
|
|
type: string
|
|
description: the display name of the access item
|
|
sourceName:
|
|
type: string
|
|
description: the source name of the access item
|
|
example:
|
|
id: 2c91808c7726345b017726a0a2fb013b
|
|
eventType: ADD
|
|
displayName: Test
|
|
sourceName: Source |