mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
925 B
925 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-import-entitlements-request | ImportEntitlementsRequest | ImportEntitlementsRequest | ImportEntitlementsRequest | pythonsdk |
|
/tools/sdk/python/beta/models/import-entitlements-request |
|
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')
)