Skip to main content

ObjectExportImportNames

Properties

NameTypeDescriptionNotes
IncludedNames[]StringObject names to be included in a backup.[optional]

Examples

  • Prepare the resource
$ObjectExportImportNames = Initialize-PSSailpoint.V3ObjectExportImportNames  -IncludedNames null
  • Convert the resource to JSON
$ObjectExportImportNames | ConvertTo-JSON

[Back to top]