mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
930 B
930 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-import-entitlements-request | ImportEntitlementsRequest | ImportEntitlementsRequest | ImportEntitlementsRequest | pythonsdk |
|
/tools/sdk/python/v2025/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.v2025.models.import_entitlements_request import ImportEntitlementsRequest
import_entitlements_request = ImportEntitlementsRequest(
file=bytes(b'blah')
)