mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
15 lines
305 B
YAML
15 lines
305 B
YAML
type: object
|
|
properties:
|
|
status:
|
|
type: string
|
|
enum:
|
|
- COMPLETE
|
|
- ERROR
|
|
- IN_PROGRESS
|
|
description: The status of the SaaSManagement activity data retrieval task
|
|
reviewItemsActivityData:
|
|
type: array
|
|
items:
|
|
type: object
|
|
$ref: './ReviewItemActivity.yaml'
|