Skip to main content

ScheduledActionResponseContentBackupOptionsObjectOptionsValue

Properties

NameTypeDescriptionNotes
included_names[]strSet of names to be included.[optional]
}

Example

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