mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.2 KiB
1.2 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-entitlements | RoleMiningPotentialRoleEntitlements | RoleMiningPotentialRoleEntitlements | RoleMiningPotentialRoleEntitlements | powershellsdk |
|
/tools/sdk/powershell/beta/models/role-mining-potential-role-entitlements |
|
RoleMiningPotentialRoleEntitlements
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to String | Id of the entitlement | [optional] |
| Name | Pointer to String | Name of the entitlement | [optional] |
Examples
- Prepare the resource
$RoleMiningPotentialRoleEntitlements = Initialize-PSSailpoint.BetaRoleMiningPotentialRoleEntitlements -Id {id=2c9180877212632a017228d5a796292c} `
-Name {name=LauncherTest2}
- Convert the resource to JSON
$RoleMiningPotentialRoleEntitlements | ConvertTo-JSON