Skip to main content

ImportEntitlementsBySourceV1Request

Properties

NameTypeDescriptionNotes
CsvFileSystem.IO.FileInfoThe 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

[Back to top]