Skip to main content

ObjectImportResult1

Properties

NameTypeDescriptionNotes
Infos[]SpConfigMessage1Informational messages returned from the target service on import.[required]
Warnings[]SpConfigMessage1Warning messages returned from the target service on import.[required]
Errors[]SpConfigMessage1Error messages returned from the target service on import.[required]
ImportedObjects[]ImportObjectReferences to objects that were created or updated by the import.[required]

Examples

  • Prepare the resource
$ObjectImportResult1 = Initialize-PSSailpoint.V2024ObjectImportResult1  -Infos null `
-Warnings null `
-Errors null `
-ImportedObjects null
  • Convert the resource to JSON
$ObjectImportResult1 | ConvertTo-JSON

[Back to top]