ObjectExportImportOptions
Properties
Name | Type | Description | Notes |
---|---|---|---|
IncludedIds | []String | Object ids to be included in an import or export. | [optional] |
IncludedNames | []String | Object 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