Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleInsightsEntitlement.md
2025-01-28 13:29:29 -05: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
beta-role-insights-entitlement RoleInsightsEntitlement RoleInsightsEntitlement RoleInsightsEntitlement powershellsdk
powershell
PowerShell
sdk
RoleInsightsEntitlement
BetaRoleInsightsEntitlement
/tools/sdk/powershell/beta/models/role-insights-entitlement
SDK
Software Development Kit
RoleInsightsEntitlement
BetaRoleInsightsEntitlement

RoleInsightsEntitlement

Properties

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

Examples

  • Prepare the resource
$RoleInsightsEntitlement = Initialize-PSSailpoint.BetaRoleInsightsEntitlement  -Name null `
 -Id null `
 -Description null `
 -Source null `
 -Attribute null `
 -Value null
  • Convert the resource to JSON
$RoleInsightsEntitlement | ConvertTo-JSON

[Back to top]