mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
17 lines
430 B
YAML
17 lines
430 B
YAML
type: object
|
|
properties:
|
|
accessRequest:
|
|
$ref: './AccessRequestResponse.yaml'
|
|
description: the access request details
|
|
identityId:
|
|
type: string
|
|
example: 8a80828f643d484f01643e14202e206f
|
|
description: the identity id
|
|
eventType:
|
|
type: string
|
|
example: AccessRequested
|
|
description: the event type
|
|
dt:
|
|
type: string
|
|
example: '2019-03-08T22:37:33.901Z'
|
|
description: the date of event |