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