Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningPotentialRoleEntitlements.md
2025-05-07 14:37:48 +00:00

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
v2024-role-mining-potential-role-entitlements RoleMiningPotentialRoleEntitlements RoleMiningPotentialRoleEntitlements RoleMiningPotentialRoleEntitlements powershellsdk
powershell
PowerShell
sdk
RoleMiningPotentialRoleEntitlements
V2024RoleMiningPotentialRoleEntitlements
/tools/sdk/powershell/v2024/models/role-mining-potential-role-entitlements
SDK
Software Development Kit
RoleMiningPotentialRoleEntitlements
V2024RoleMiningPotentialRoleEntitlements

RoleMiningPotentialRoleEntitlements

Properties

Name Type Description Notes
Id String Id of the entitlement [optional]
Name String Name of the entitlement [optional]

Examples

  • Prepare the resource
$RoleMiningPotentialRoleEntitlements = Initialize-V2024RoleMiningPotentialRoleEntitlements  -Id {id=2c9180877212632a017228d5a796292c} `
 -Name {name=LauncherTest2}
  • Convert the resource to JSON
$RoleMiningPotentialRoleEntitlements | ConvertTo-JSON

[Back to top]