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

1.0 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-entitlement-ref1 EntitlementRef1 EntitlementRef1 EntitlementRef1 powershellsdk
powershell
PowerShell
sdk
EntitlementRef1
V2024EntitlementRef1
/tools/sdk/powershell/v2024/models/entitlement-ref1
SDK
Software Development Kit
EntitlementRef1
V2024EntitlementRef1

EntitlementRef1

Properties

Name Type Description Notes
Type Enum [ "ENTITLEMENT" ] Entitlement's DTO type. [optional]
Id String Entitlement's ID. [optional]
Name String Entitlement's display name. [optional]

Examples

  • Prepare the resource
$EntitlementRef1 = Initialize-V2024EntitlementRef1  -Type ENTITLEMENT `
 -Id 2c91809773dee32014e13e122092014e `
 -Name CN=entitlement.490efde5,OU=OrgCo,OU=ServiceDept,DC=HQAD,DC=local
  • Convert the resource to JSON
$EntitlementRef1 | ConvertTo-JSON

[Back to top]