Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/RoleMiningEntitlementRef.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-entitlement-ref RoleMiningEntitlementRef RoleMiningEntitlementRef RoleMiningEntitlementRef powershellsdk
powershell
PowerShell
sdk
RoleMiningEntitlementRef
V2024RoleMiningEntitlementRef
/tools/sdk/powershell/v2024/models/role-mining-entitlement-ref
SDK
Software Development Kit
RoleMiningEntitlementRef
V2024RoleMiningEntitlementRef

RoleMiningEntitlementRef

Properties

Name Type Description Notes
Id String Id of the entitlement [optional]
Name String Name of the entitlement [optional]
Description String Description forthe entitlement [optional]
Attribute String The entitlement attribute [optional]

Examples

  • Prepare the resource
$RoleMiningEntitlementRef = Initialize-V2024RoleMiningEntitlementRef  -Id 2c91808a7e95e6e0017e96e2086206c8 `
 -Name App.entitlement.1 `
 -Description Entitlement 1 `
 -Attribute groups
  • Convert the resource to JSON
$RoleMiningEntitlementRef | ConvertTo-JSON

[Back to top]