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