ImportEntitlementsBySourceRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
CsvFile | System.IO.FileInfo | The 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