mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
735 B
735 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-sed-batch-status | SedBatchStatus | SedBatchStatus | SedBatchStatus | pythonsdk |
|
/tools/sdk/python/v2025/models/sed-batch-status |
|
SedBatchStatus
Sed Batch Status
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | str | status of batch | [optional] |
| } |
Example
from sailpoint.v2025.models.sed_batch_status import SedBatchStatus
sed_batch_status = SedBatchStatus(
status='OK'
)