Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ScheduledActionResponseContentBackupOptions.md
2025-05-07 14:37:48 +00:00

1.6 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-scheduled-action-response-content-backup-options ScheduledActionResponseContentBackupOptions ScheduledActionResponseContentBackupOptions ScheduledActionResponseContentBackupOptions powershellsdk
powershell
PowerShell
sdk
ScheduledActionResponseContentBackupOptions
V2024ScheduledActionResponseContentBackupOptions
/tools/sdk/powershell/v2024/models/scheduled-action-response-content-backup-options
SDK
Software Development Kit
ScheduledActionResponseContentBackupOptions
V2024ScheduledActionResponseContentBackupOptions

ScheduledActionResponseContentBackupOptions

Properties

Name Type Description Notes
IncludeTypes []String Object types that are to be included in the backup. [optional]
ObjectOptions map[string]ScheduledActionResponseContentBackupOptionsObjectOptionsValue Map of objectType string to the options to be passed to the target service for that objectType. [optional]

Examples

  • Prepare the resource
$ScheduledActionResponseContentBackupOptions = Initialize-V2024ScheduledActionResponseContentBackupOptions  -IncludeTypes [ROLE, IDENTITY_PROFILE] `
 -ObjectOptions {SOURCE={includedNames=[Source1, Source2]}, ROLE={includedNames=[Admin Role, User Role]}}
  • Convert the resource to JSON
$ScheduledActionResponseContentBackupOptions | ConvertTo-JSON

[Back to top]