Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/IdentityEntitlements.md
2025-07-24 21:44:52 +00:00

989 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2025-identity-entitlements IdentityEntitlements IdentityEntitlements IdentityEntitlements powershellsdk
powershell
PowerShell
sdk
IdentityEntitlements
V2025IdentityEntitlements
/tools/sdk/powershell/v2025/models/identity-entitlements
SDK
Software Development Kit
IdentityEntitlements
V2025IdentityEntitlements

IdentityEntitlements

Properties

Name Type Description Notes
ObjectRef TaggedObjectDto [optional]
Tags []String Labels to be applied to object. [optional]

Examples

  • Prepare the resource
$IdentityEntitlements = Initialize-V2025IdentityEntitlements  -ObjectRef null `
 -Tags [BU_FINANCE, PCI]
  • Convert the resource to JSON
$IdentityEntitlements | ConvertTo-JSON

[Back to top]