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 null `
-Id null `
-Description null `
-Source null `
-Attribute null `
-Value null
  • Convert the resource to JSON
$RoleInsightsEntitlement | ConvertTo-JSON

[Back to top]