ObjectExportImportNames
Properties
Name | Type | Description | Notes |
---|---|---|---|
included_names | []str | Object names to be included in a backup. | [optional] |
} |
Example
from sailpoint.v3.models.object_export_import_names import ObjectExportImportNames
object_export_import_names = ObjectExportImportNames(
included_names=[
'Test Object name'
]
)