Skip to main content

ImportEntitlementsBySourceRequest

Properties

NameTypeDescriptionNotes
CsvFileSystem.IO.FileInfoThe CSV file containing the source entitlements to aggregate.[optional]

Examples

  • Prepare the resource
$ImportEntitlementsBySourceRequest = Initialize-PSSailpoint.BetaImportEntitlementsBySourceRequest  -CsvFile null
  • Convert the resource to JSON
$ImportEntitlementsBySourceRequest | ConvertTo-JSON

[Back to top]