ImportEntitlementsV1Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| file | bytearray | The 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')
)