mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.3 KiB
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 |
|
/tools/sdk/powershell/v2024/models/role-mining-potential-role-edit-entitlements |
|
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.V2024RoleMiningPotentialRoleEditEntitlements -Ids null `
-Exclude null
- Convert the resource to JSON
$RoleMiningPotentialRoleEditEntitlements | ConvertTo-JSON