Skip to main content

ImportNonEmployeeRecordsInBulkRequest

Properties

NameTypeDescriptionNotes
VarDataSystem.IO.FileInfo[required]

Examples

  • Prepare the resource
$ImportNonEmployeeRecordsInBulkRequest = Initialize-PSSailpoint.V3ImportNonEmployeeRecordsInBulkRequest  -VarData null
  • Convert the resource to JSON
$ImportNonEmployeeRecordsInBulkRequest | ConvertTo-JSON

[Back to top]