Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/ImportEntitlementsRequest.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

ImportEntitlementsRequest

Properties

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

Examples

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

[Back to top]