Skip to main content

ImportEntitlementsV1Request

Properties

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

Examples

  • Prepare the resource
$ImportEntitlementsV1Request = Initialize-ImportEntitlementsV1Request  -File null
  • Convert the resource to JSON
$ImportEntitlementsV1Request | ConvertTo-JSON

[Back to top]