Skip to main content

ScheduledactionresponseContentBackupOptionsObjectOptionsValue

Properties

NameTypeDescriptionNotes
included_names[]strSet 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"]
)

[Back to top]