ScheduledactionresponseContentBackupOptionsObjectOptionsValue
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| included_names | []str | Set of names to be included. | [optional] |
| } |
Example
from sailpoint.configuration_hub.models.scheduledactionresponse_content_backup_options_object_options_value import ScheduledactionresponseContentBackupOptionsObjectOptionsValue
scheduledactionresponse_content_backup_options_object_options_value = ScheduledactionresponseContentBackupOptionsObjectOptionsValue(
included_names=["Admin Role","User Role"]
)