mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-backup-options1 | BackupOptions1 | BackupOptions1 | BackupOptions1 | powershellsdk |
|
/tools/sdk/powershell/v2025/models/backup-options1 |
|
BackupOptions1
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
$BackupOptions1 = Initialize-PSSailpoint.V2025BackupOptions1 -IncludeTypes null `
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedNames=[Trigger Subscription name]}}
- Convert the resource to JSON
$BackupOptions1 | ConvertTo-JSON