from sailpoint.sp_config.models.import_sp_config_v1_request import ImportSpConfigV1Request
import_sp_config_v1_request = ImportSpConfigV1Request(
data=bytes(b'blah'),
options=sailpoint.sp_config.models.import_options.Import Options(
exclude_types = [
'SOURCE'
],
include_types = [
'TRIGGER_SUBSCRIPTION'
],
object_options = {"TRIGGER_SUBSCRIPTION":{"includedIds":["be9e116d-08e1-49fc-ab7f-fa585e96c9e4"],"includedNames":["Test 2"]}},
default_references = [
'TRIGGER_SUBSCRIPTION'
],
exclude_backup = False, )
)