mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-role-insights-insight | RoleInsightsInsight | RoleInsightsInsight | RoleInsightsInsight | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-insights-insight |
|
RoleInsightsInsight
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Pointer to String | The number of identities in this role with the entitlement. | [optional] |
| IdentitiesWithAccess | Pointer to Int32 | The number of identities in this role with the entitlement. | [optional] |
| IdentitiesImpacted | Pointer to Int32 | The number of identities in this role that do not have the specified entitlement. | [optional] |
| TotalNumberOfIdentities | Pointer to Int32 | The total number of identities. | [optional] |
| ImpactedIdentityNames | Pointer to String | [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