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
Name | Type | Description | Notes |
---|---|---|---|
disable_optimization | Enum [ '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'
)