mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
19 lines
322 B
YAML
19 lines
322 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: Common Access Item ID
|
|
access:
|
|
$ref: 'CommonAccessItemAccess.yaml'
|
|
status:
|
|
$ref: 'CommonAccessItemState.yaml'
|
|
lastUpdated:
|
|
type: string
|
|
reviewedByUser:
|
|
type: boolean
|
|
lastReviewed:
|
|
type: string
|
|
createdByUser:
|
|
type: string
|
|
|