mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
24 lines
585 B
YAML
24 lines
585 B
YAML
type : object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: Insight id
|
|
example: "1467e61e-f284-439c-ba2d-c6cc11cf0941"
|
|
numberOfUpdates:
|
|
type: integer
|
|
description: Total number of updates for this role
|
|
example: 5
|
|
createdDate:
|
|
type: string
|
|
format: 'date-time'
|
|
description: The date-time insights were last created for this role.
|
|
example: '2020-05-19T13:49:37.385Z'
|
|
role:
|
|
$ref: './RoleInsightsRole.yaml'
|
|
description: A role
|
|
insight:
|
|
$ref: './RoleInsightsInsight.yaml'
|
|
description: The kind of insight this is and some stats
|
|
|
|
|