ObjectImportResult1
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Infos | []SpConfigMessage1 | Informational messages returned from the target service on import. | [required] |
| Warnings | []SpConfigMessage1 | Warning messages returned from the target service on import. | [required] |
| Errors | []SpConfigMessage1 | Error messages returned from the target service on import. | [required] |
| ImportedObjects | []ImportObject | References to objects that were created or updated by the import. | [required] |
Examples
- Prepare the resource
$ObjectImportResult1 = Initialize-V2025ObjectImportResult1 -Infos null `
-Warnings null `
-Errors null `
-ImportedObjects null
- Convert the resource to JSON
$ObjectImportResult1 | ConvertTo-JSON