Skip to main content

ImportEntitlementsRequest

Properties

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

Example

from sailpoint.beta.models.import_entitlements_request import ImportEntitlementsRequest

import_entitlements_request = ImportEntitlementsRequest(
file=bytes(b'blah')
)

[Back to top]