mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-object-import-result | ObjectImportResult | ObjectImportResult | ObjectImportResult | powershellsdk |
|
/tools/sdk/powershell/v2024/models/object-import-result |
|
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.V2024ObjectImportResult -Infos null `
-Warnings null `
-Errors null `
-ImportedObjects null
- Convert the resource to JSON
$ObjectImportResult | ConvertTo-JSON