Skip to main content

RoleInsightsEntitlement

Properties

NameTypeDescriptionNotes
NameStringName of the entitlement[optional]
IdStringId of the entitlement[optional]
DescriptionStringDescription for the entitlement[optional]
SourceStringSource or the application for the entitlement[optional]
AttributeStringAttribute for the entitlement[optional]
ValueStringAttribute 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]