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

985 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
beta-import-entitlements-request ImportEntitlementsRequest ImportEntitlementsRequest ImportEntitlementsRequest powershellsdk
powershell
PowerShell
sdk
ImportEntitlementsRequest
BetaImportEntitlementsRequest
/tools/sdk/powershell/beta/models/import-entitlements-request
SDK
Software Development Kit
ImportEntitlementsRequest
BetaImportEntitlementsRequest

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-BetaImportEntitlementsRequest  -File null
  • Convert the resource to JSON
$ImportEntitlementsRequest | ConvertTo-JSON

[Back to top]