mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| backup-options | BackupOptions | BackupOptions | BackupOptions | powershellsdk |
|
/tools/sdk/powershell/v3/models/backup-options |
|
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-BackupOptions -IncludeTypes null `
-ObjectOptions {TRIGGER_SUBSCRIPTION={includedNames=[Trigger Subscription name]}}
- Convert the resource to JSON
$BackupOptions | ConvertTo-JSON