mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
27 lines
769 B
YAML
27 lines
769 B
YAML
type: object
|
|
properties:
|
|
source:
|
|
$ref: './ActivityDataSource.yaml'
|
|
daysActive:
|
|
type: integer
|
|
description: The number of days between firstActiveDate and lastActiveDate that had any activity recorded
|
|
example: 20
|
|
firstActiveDate:
|
|
type: string
|
|
format: date-time
|
|
description: The first date any activity has been recorded
|
|
example: '2021-01-11T18:45:37.098Z'
|
|
lastActiveDate:
|
|
type: string
|
|
format: date-time
|
|
description: The most recent date any activity has been recorded
|
|
example: '2021-04-30T20:14:36.932Z'
|
|
status:
|
|
type: string
|
|
enum:
|
|
- SUCCESS
|
|
- UNAVAILABLE
|
|
- UNMAPPED
|
|
- ERROR
|
|
description: Describes the result of SaaSManagement activity data retrieval operation for the account
|