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