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]
)