--- id: v2025-scheduled-action-response-content-backup-options-object-options-value title: ScheduledActionResponseContentBackupOptionsObjectOptionsValue pagination_label: ScheduledActionResponseContentBackupOptionsObjectOptionsValue sidebar_label: ScheduledActionResponseContentBackupOptionsObjectOptionsValue sidebar_class_name: pythonsdk keywords: ['python', 'Python', 'sdk', 'ScheduledActionResponseContentBackupOptionsObjectOptionsValue', 'V2025ScheduledActionResponseContentBackupOptionsObjectOptionsValue'] slug: /tools/sdk/python/v2025/models/scheduled-action-response-content-backup-options-object-options-value tags: ['SDK', 'Software Development Kit', 'ScheduledActionResponseContentBackupOptionsObjectOptionsValue', 'V2025ScheduledActionResponseContentBackupOptionsObjectOptionsValue'] --- # ScheduledActionResponseContentBackupOptionsObjectOptionsValue ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **included_names** | **[]str** | Set of names to be included. | [optional] } ## Example ```python from sailpoint.v2025.models.scheduled_action_response_content_backup_options_object_options_value import ScheduledActionResponseContentBackupOptionsObjectOptionsValue scheduled_action_response_content_backup_options_object_options_value = ScheduledActionResponseContentBackupOptionsObjectOptionsValue( included_names=[Admin Role, User Role] ) ``` [[Back to top]](#)