Skip to main content

RoleMiningPotentialRoleEditEntitlements

Properties

NameTypeDescriptionNotes
Ids[]StringThe list of entitlement ids to be edited[optional]
ExcludeBooleanIf true, add ids to be exclusion list. If false, remove ids from the exclusion list.[optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleEditEntitlements = Initialize-PSSailpoint.BetaRoleMiningPotentialRoleEditEntitlements  -Ids null `
-Exclude null
  • Convert the resource to JSON
$RoleMiningPotentialRoleEditEntitlements | ConvertTo-JSON

[Back to top]