Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleInsightsEntitlement.md
2025-03-06 23:07:50 +00:00

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-entitlement RoleInsightsEntitlement RoleInsightsEntitlement RoleInsightsEntitlement powershellsdk
powershell
PowerShell
sdk
RoleInsightsEntitlement
V2024RoleInsightsEntitlement
/tools/sdk/powershell/v2024/models/role-insights-entitlement
SDK
Software Development Kit
RoleInsightsEntitlement
V2024RoleInsightsEntitlement

RoleInsightsEntitlement

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]
Source String Source or the application for the entitlement [optional]
Attribute String Attribute for the entitlement [optional]
Value String Attribute value for the entitlement [optional]

Examples

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

[Back to top]