Skip to content

Commit

Permalink
Automated commit 'Merge pull request #1494 from sailpoint/ADI-1575_ad…
Browse files Browse the repository at this point in the history
…d_activity_insights_to_internal_docs

ADI-1575: Add activityInsights to entitlement' by github action: 7226954992
  • Loading branch information
tyler-mairose-sp committed Dec 15, 2023
1 parent 3a4bab7 commit 787d694
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions idn/v3/schemas/ActivityInsights.yaml
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"
2 changes: 2 additions & 0 deletions idn/v3/schemas/reviews/ReviewableEntitlement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ properties:
format: date-time
description: When the account was last modified
example: '2020-05-20T18:57:16.987Z'
activityInsights:
$ref: '../ActivityInsights.yaml'

0 comments on commit 787d694

Please sign in to comment.