BackupOptions
Properties
Name | Type | Description | Notes |
---|---|---|---|
IncludeTypes | []String | Object type names to be included in a Configuration Hub backup command. | [optional] |
ObjectOptions | map[string]ObjectExportImportNames | Additional options targeting specific objects related to each item in the includeTypes field. | [optional] |
Examples
- Prepare the resource
$BackupOptions = Initialize-PSSailpoint.V2024BackupOptions -IncludeTypes null `
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedNames=[Trigger Subscription name]}}
- Convert the resource to JSON
$BackupOptions | ConvertTo-JSON