Skip to main content

RoleInsightsInsight

Properties

NameTypeDescriptionNotes
TypeStringThe number of identities in this role with the entitlement.[optional]
IdentitiesWithAccessInt32The number of identities in this role with the entitlement.[optional]
IdentitiesImpactedInt32The number of identities in this role that do not have the specified entitlement.[optional]
TotalNumberOfIdentitiesInt32The total number of identities.[optional]
ImpactedIdentityNamesString[optional]

Examples

  • Prepare the resource
$RoleInsightsInsight = Initialize-PSSailpoint.V2024RoleInsightsInsight  -Type ADD `
-IdentitiesWithAccess 850 `
-IdentitiesImpacted 150 `
-TotalNumberOfIdentities 1000 `
-ImpactedIdentityNames null
  • Convert the resource to JSON
$RoleInsightsInsight | ConvertTo-JSON

[Back to top]