Skip to main content

RoleInsightsEntitlementChanges

Properties

NameTypeDescriptionNotes
NameStringName of the entitlement[optional]
IdStringId of the entitlement[optional]
DescriptionStringDescription for the entitlement[optional]
AttributeStringAttribute for the entitlement[optional]
ValueStringAttribute value for the entitlement[optional]
SourceStringSource or the application for the entitlement[optional]
InsightRoleInsightsInsight[optional]

Examples

  • Prepare the resource
$RoleInsightsEntitlementChanges = Initialize-PSSailpoint.V2024RoleInsightsEntitlementChanges  -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]