RoleInsightsInsight
Properties
Name | Type | Description | Notes |
---|---|---|---|
Type | String | The number of identities in this role with the entitlement. | [optional] |
IdentitiesWithAccess | Int32 | The number of identities in this role with the entitlement. | [optional] |
IdentitiesImpacted | Int32 | The number of identities in this role that do not have the specified entitlement. | [optional] |
TotalNumberOfIdentities | Int32 | The total number of identities. | [optional] |
ImpactedIdentityNames | String | [optional] |
Examples
- Prepare the resource
$RoleInsightsInsight = Initialize-PSSailpoint.BetaRoleInsightsInsight -Type ADD `
-IdentitiesWithAccess 850 `
-IdentitiesImpacted 150 `
-TotalNumberOfIdentities 1000 `
-ImpactedIdentityNames null
- Convert the resource to JSON
$RoleInsightsInsight | ConvertTo-JSON