ImportEntitlementsBySourceV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CsvFile | System.IO.FileInfo | The CSV file containing the source entitlements to aggregate. | [optional] |
Examples
- Prepare the resource
$ImportEntitlementsBySourceV1Request = Initialize-ImportEntitlementsBySourceV1Request -CsvFile null
- Convert the resource to JSON
$ImportEntitlementsBySourceV1Request | ConvertTo-JSON