Skip to main content

ImportAccountsSchemaV1Request

Properties

NameTypeDescriptionNotes
filebytearray[optional]
}

Example

from sailpoint.sources.models.import_accounts_schema_v1_request import ImportAccountsSchemaV1Request

import_accounts_schema_v1_request = ImportAccountsSchemaV1Request(
file=bytes(b'blah')
)

[Back to top]