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