Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/BackupOptions.md
2025-02-28 14:46:13 +00:00

1.1 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-backup-options BackupOptions BackupOptions BackupOptions powershellsdk
powershell
PowerShell
sdk
BackupOptions
V2024BackupOptions
/tools/sdk/powershell/v2024/models/backup-options
SDK
Software Development Kit
BackupOptions
V2024BackupOptions

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

[Back to top]