Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/RoleMiningPotentialRoleEditEntitlements.md
2025-02-03 22:09:17 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-role-mining-potential-role-edit-entitlements RoleMiningPotentialRoleEditEntitlements RoleMiningPotentialRoleEditEntitlements RoleMiningPotentialRoleEditEntitlements powershellsdk
powershell
PowerShell
sdk
RoleMiningPotentialRoleEditEntitlements
BetaRoleMiningPotentialRoleEditEntitlements
/tools/sdk/powershell/beta/models/role-mining-potential-role-edit-entitlements
SDK
Software Development Kit
RoleMiningPotentialRoleEditEntitlements
BetaRoleMiningPotentialRoleEditEntitlements

RoleMiningPotentialRoleEditEntitlements

Properties

Name Type Description Notes
Ids []String The list of entitlement ids to be edited [optional]
Exclude Boolean If 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]