-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit 'Merge pull request #1494 from sailpoint/ADI-1575_ad…
…d_activity_insights_to_internal_docs ADI-1575: Add activityInsights to entitlement' by github action: 7226954992
- Loading branch information
1 parent
3a4bab7
commit 787d694
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
type: object | ||
description: Insights into account activity | ||
properties: | ||
accountID: | ||
type: string | ||
description: UUID of the account | ||
example: "c4ddd5421d8549f0abd309162cafd3b1" | ||
usageDays: | ||
type: integer | ||
format: int32 | ||
minimum: 0 | ||
maximum: 90 | ||
description: The number of days of activity | ||
example: 45 | ||
usageDaysState: | ||
type: string | ||
enum: [ "COMPLETE", "UNKNOWN" ] | ||
description: Status indicating if the activity is complete or unknown | ||
example: "COMPLETE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters