mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.6 KiB
1.6 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-summary | RoleInsightsSummary | RoleInsightsSummary | RoleInsightsSummary | powershellsdk |
|
/tools/sdk/powershell/v2024/models/role-insights-summary |
|
RoleInsightsSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| NumberOfUpdates | Int32 | Total number of roles with updates | [optional] |
| LastGenerated | System.DateTime | The date-time role insights were last found. | [optional] |
| EntitlementsIncludedInRoles | Int32 | The number of entitlements included in roles (vs free radicals). | [optional] |
| TotalNumberOfEntitlements | Int32 | The total number of entitlements. | [optional] |
| IdentitiesWithAccessViaRoles | Int32 | The number of identities in roles vs. identities with just entitlements and not in roles. | [optional] |
| TotalNumberOfIdentities | Int32 | The total number of identities. | [optional] |
Examples
- Prepare the resource
$RoleInsightsSummary = Initialize-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