mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
985 B
985 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-sed-batch-request | SedBatchRequest | SedBatchRequest | SedBatchRequest | pythonsdk |
|
/tools/sdk/python/beta/models/sed-batch-request |
|
SedBatchRequest
Sed Batch Request
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| entitlements | []str | list of entitlement ids | [optional] |
| seds | []str | list of sed ids | [optional] |
| } |
Example
from sailpoint.beta.models.sed_batch_request import SedBatchRequest
sed_batch_request = SedBatchRequest(
entitlements=[
'016629d1-1d25-463f-97f3-c6686846650'
],
seds=[
'016629d1-1d25-463f-97f3-c6686846650'
]
)