Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/SedBatchStatus.md
2025-02-20 12:59:19 -05:00

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
v2024-sed-batch-status SedBatchStatus SedBatchStatus SedBatchStatus pythonsdk
python
Python
sdk
SedBatchStatus
V2024SedBatchStatus
/tools/sdk/python/v2024/models/sed-batch-status
SDK
Software Development Kit
SedBatchStatus
V2024SedBatchStatus

SedBatchStatus

Sed Batch Status

Properties

Name Type Description Notes
status str status of batch [optional]
}

Example

from sailpoint.v2024.models.sed_batch_status import SedBatchStatus

sed_batch_status = SedBatchStatus(
status='OK'
)

[Back to top]