Skip to main content

Objectexportimportnames

Properties

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

Example

from sailpoint.configuration_hub.models.objectexportimportnames import Objectexportimportnames

objectexportimportnames = Objectexportimportnames(
included_names=[
'Test Object name'
]
)

[Back to top]