ObjectImportResult
Properties
Name | Type | Description | Notes |
---|---|---|---|
Infos | []SpConfigMessage | Informational messages returned from the target service on import. | [required] |
Warnings | []SpConfigMessage | Warning messages returned from the target service on import. | [required] |
Errors | []SpConfigMessage | 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
$ObjectImportResult = Initialize-PSSailpoint.V3ObjectImportResult -Infos null `
-Warnings null `
-Errors null `
-ImportedObjects null
- Convert the resource to JSON
$ObjectImportResult | ConvertTo-JSON