Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/RoleInsightsEntitlementChanges.md
2025-05-07 14:37:48 +00:00

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
v2025-role-insights-entitlement-changes RoleInsightsEntitlementChanges RoleInsightsEntitlementChanges RoleInsightsEntitlementChanges powershellsdk
powershell
PowerShell
sdk
RoleInsightsEntitlementChanges
V2025RoleInsightsEntitlementChanges
/tools/sdk/powershell/v2025/models/role-insights-entitlement-changes
SDK
Software Development Kit
RoleInsightsEntitlementChanges
V2025RoleInsightsEntitlementChanges

RoleInsightsEntitlementChanges

Properties

Name Type Description Notes
Name String Name of the entitlement [optional]
Id String Id of the entitlement [optional]
Description String Description for the entitlement [optional]
Attribute String Attribute for the entitlement [optional]
Value String Attribute value for the entitlement [optional]
Source String Source or the application for the entitlement [optional]
Insight RoleInsightsInsight [optional]

Examples

  • Prepare the resource
$RoleInsightsEntitlementChanges = Initialize-V2025RoleInsightsEntitlementChanges  -Name Administrator `
 -Id 8c190e67-87aa-4ed9-a90b-d9d5344523fb `
 -Description Full administrative access to IdentityNow `
 -Attribute assignedGroups `
 -Value ORG_ADMIN `
 -Source IdentityNow `
 -Insight null
  • Convert the resource to JSON
$RoleInsightsEntitlementChanges | ConvertTo-JSON

[Back to top]