Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ObjectImportResult1.md
2025-02-03 22:09:17 +00:00

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-result1 ObjectImportResult1 ObjectImportResult1 ObjectImportResult1 powershellsdk
powershell
PowerShell
sdk
ObjectImportResult1
V2024ObjectImportResult1
/tools/sdk/powershell/v2024/models/object-import-result1
SDK
Software Development Kit
ObjectImportResult1
V2024ObjectImportResult1

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-PSSailpoint.V2024ObjectImportResult1  -Infos null `
 -Warnings null `
 -Errors null `
 -ImportedObjects null
  • Convert the resource to JSON
$ObjectImportResult1 | ConvertTo-JSON

[Back to top]