mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-role-mining-potential-role-edit-entitlements
|
||||
title: RoleMiningPotentialRoleEditEntitlements
|
||||
pagination_label: RoleMiningPotentialRoleEditEntitlements
|
||||
sidebar_label: RoleMiningPotentialRoleEditEntitlements
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RoleMiningPotentialRoleEditEntitlements', 'BetaRoleMiningPotentialRoleEditEntitlements']
|
||||
slug: /tools/sdk/powershell/beta/models/role-mining-potential-role-edit-entitlements
|
||||
tags: ['SDK', 'Software Development Kit', 'RoleMiningPotentialRoleEditEntitlements', 'BetaRoleMiningPotentialRoleEditEntitlements']
|
||||
---
|
||||
|
||||
|
||||
# RoleMiningPotentialRoleEditEntitlements
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Ids** | Pointer to **[]String** | The list of entitlement ids to be edited | [optional]
|
||||
**Exclude** | Pointer to **Boolean** | If true, add ids to be exclusion list. If false, remove ids from the exclusion list. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$RoleMiningPotentialRoleEditEntitlements = Initialize-PSSailpoint.BetaRoleMiningPotentialRoleEditEntitlements -Ids null `
|
||||
-Exclude null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RoleMiningPotentialRoleEditEntitlements | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user