Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/RoleMiningPotentialRoleEntitlements.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

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

[Back to top]