Skip to main content

ObjectExportImportNames

Properties

NameTypeDescriptionNotes
included_names[]strObject names to be included in a backup.[optional]
}

Example

from sailpoint.v2024.models.object_export_import_names import ObjectExportImportNames

object_export_import_names = ObjectExportImportNames(
included_names=[
'Test Object name'
]
)

[Back to top]