Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningPotentialRoleEditEntitlements.md
2025-05-07 14:37:48 +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
v2024-role-mining-potential-role-edit-entitlements RoleMiningPotentialRoleEditEntitlements RoleMiningPotentialRoleEditEntitlements RoleMiningPotentialRoleEditEntitlements powershellsdk
powershell
PowerShell
sdk
RoleMiningPotentialRoleEditEntitlements
V2024RoleMiningPotentialRoleEditEntitlements
/tools/sdk/powershell/v2024/models/role-mining-potential-role-edit-entitlements
SDK
Software Development Kit
RoleMiningPotentialRoleEditEntitlements
V2024RoleMiningPotentialRoleEditEntitlements

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-V2024RoleMiningPotentialRoleEditEntitlements  -Ids null `
 -Exclude null
  • Convert the resource to JSON
$RoleMiningPotentialRoleEditEntitlements | ConvertTo-JSON

[Back to top]