Skip to main content

ImportEntitlementsBySourceV1Request

Properties

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

Example

from sailpoint.entitlements.models.import_entitlements_by_source_v1_request import ImportEntitlementsBySourceV1Request

import_entitlements_by_source_v1_request = ImportEntitlementsBySourceV1Request(
csv_file=bytes(b'blah')
)

[Back to top]