Skip to main content

ObjectExportImportOptions

Properties

NameTypeDescriptionNotes
IncludedIds[]StringObject ids to be included in an import or export.[optional]
IncludedNames[]StringObject names to be included in an import or export.[optional]

Examples

  • Prepare the resource
$ObjectExportImportOptions = Initialize-PSSailpoint.V2024ObjectExportImportOptions  -IncludedIds null `
-IncludedNames null
  • Convert the resource to JSON
$ObjectExportImportOptions | ConvertTo-JSON

[Back to top]