Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ImportEntitlementsRequest.md
2025-06-20 14:31:01 +00:00

990 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
v2024-import-entitlements-request ImportEntitlementsRequest ImportEntitlementsRequest ImportEntitlementsRequest powershellsdk
powershell
PowerShell
sdk
ImportEntitlementsRequest
V2024ImportEntitlementsRequest
/tools/sdk/powershell/v2024/models/import-entitlements-request
SDK
Software Development Kit
ImportEntitlementsRequest
V2024ImportEntitlementsRequest

ImportEntitlementsRequest

Properties

Name Type Description Notes
File System.IO.FileInfo The CSV file containing the source entitlements to aggregate. [optional]

Examples

  • Prepare the resource
$ImportEntitlementsRequest = Initialize-V2024ImportEntitlementsRequest  -File null
  • Convert the resource to JSON
$ImportEntitlementsRequest | ConvertTo-JSON

[Back to top]