Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/RoleMiningEntitlementRef.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
role-mining-entitlement-ref RoleMiningEntitlementRef RoleMiningEntitlementRef RoleMiningEntitlementRef powershellsdk
powershell
PowerShell
sdk
RoleMiningEntitlementRef
/tools/sdk/powershell/beta/models/role-mining-entitlement-ref
SDK
Software Development Kit
RoleMiningEntitlementRef

RoleMiningEntitlementRef

Properties

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

Examples

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

[Back to top]