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.BetaRoleInsightsEntitlementChanges  -Name null `
-Id null `
-Description null `
-Attribute null `
-Value null `
-Source null `
-Insight null
  • Convert the resource to JSON
$RoleInsightsEntitlementChanges | ConvertTo-JSON

[Back to top]