Skip to main content

ImportEntitlementsV1Request

Properties

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

Example

from sailpoint.sources.models.import_entitlements_v1_request import ImportEntitlementsV1Request

import_entitlements_v1_request = ImportEntitlementsV1Request(
file=bytes(b'blah')
)

[Back to top]