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.v2024.models.sed_batch_request import SedBatchRequest
sed_batch_request = SedBatchRequest(
entitlements=[
'016629d1-1d25-463f-97f3-c6686846650'
],
seds=[
'016629d1-1d25-463f-97f3-c6686846650'
]
)