Skip to main content

ImportEntitlementsBySourceRequest

Properties

NameTypeDescriptionNotes
csv_filebytearrayThe CSV file containing the source entitlements to aggregate.[optional]
}

Example

from sailpoint.beta.models.import_entitlements_by_source_request import ImportEntitlementsBySourceRequest

import_entitlements_by_source_request = ImportEntitlementsBySourceRequest(
csv_file=bytes(b'blah')
)

[Back to top]