Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/ScheduledActionResponseContentBackupOptionsObjectOptionsValue.md
2025-03-25 19:09:00 +00:00

1.4 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-object-options-value ScheduledActionResponseContentBackupOptionsObjectOptionsValue ScheduledActionResponseContentBackupOptionsObjectOptionsValue ScheduledActionResponseContentBackupOptionsObjectOptionsValue pythonsdk
python
Python
sdk
ScheduledActionResponseContentBackupOptionsObjectOptionsValue
V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue
/tools/sdk/python/v2024/models/scheduled-action-response-content-backup-options-object-options-value
SDK
Software Development Kit
ScheduledActionResponseContentBackupOptionsObjectOptionsValue
V2024ScheduledActionResponseContentBackupOptionsObjectOptionsValue

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

Name Type Description Notes
included_names []str Set of names to be included. [optional]
}

Example

from sailpoint.v2024.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]