Skip to main content

RoleInsight

Properties

NameTypeDescriptionNotes
IdStringInsight id[optional]
NumberOfUpdatesInt32Total number of updates for this role[optional]
CreatedDateSystem.DateTimeThe date-time insights were last created for this role.[optional]
ModifiedDateSystem.DateTimeThe date-time insights were last modified for this role.[optional]
RoleRoleInsightsRole[optional]
InsightRoleInsightsInsight[optional]

Examples

  • Prepare the resource
$RoleInsight = Initialize-PSSailpoint.V2024RoleInsight  -Id 1467e61e-f284-439c-ba2d-c6cc11cf0941 `
-NumberOfUpdates 5 `
-CreatedDate null `
-ModifiedDate 2020-05-19T13:49:37.385Z `
-Role null `
-Insight null
  • Convert the resource to JSON
$RoleInsight | ConvertTo-JSON

[Back to top]