Skip to main content

RoleInsightsSummary

Properties

NameTypeDescriptionNotes
NumberOfUpdatesInt32Total number of roles with updates[optional]
LastGeneratedSystem.DateTimeThe date-time role insights were last found.[optional]
EntitlementsIncludedInRolesInt32The number of entitlements included in roles (vs free radicals).[optional]
TotalNumberOfEntitlementsInt32The total number of entitlements.[optional]
IdentitiesWithAccessViaRolesInt32The number of identities in roles vs. identities with just entitlements and not in roles.[optional]
TotalNumberOfIdentitiesInt32The total number of identities.[optional]

Examples

  • Prepare the resource
$RoleInsightsSummary = Initialize-PSSailpoint.V2024RoleInsightsSummary  -NumberOfUpdates null `
-LastGenerated 2020-05-19T13:49:37.385Z `
-EntitlementsIncludedInRoles 45 `
-TotalNumberOfEntitlements 250 `
-IdentitiesWithAccessViaRoles 550 `
-TotalNumberOfIdentities 980
  • Convert the resource to JSON
$RoleInsightsSummary | ConvertTo-JSON

[Back to top]