Skip to main content

ImportAccountsRequest1

This content type is provided for compatibility with services that don't support multipart/form-data, such as SailPoint Workflows. This content type does not support files, so it can only be used for direct connect sources.

Properties

NameTypeDescriptionNotes
disable_optimizationEnum [ 'true', 'false' ]Use this flag to reprocess every account whether or not the data has changed.[optional]
}

Example

from sailpoint.beta.models.import_accounts_request1 import ImportAccountsRequest1

import_accounts_request1 = ImportAccountsRequest1(
disable_optimization='true'
)

[Back to top]