Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2025/Models/Result.md
2025-04-01 09:23:12 -04:00

621 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-result Result Result Result pythonsdk
python
Python
sdk
Result
V2025Result
/tools/sdk/python/v2025/models/result
SDK
Software Development Kit
Result
V2025Result

Result

Properties

Name Type Description Notes
status str Request result status [optional]
}

Example

from sailpoint.v2025.models.result import Result

result = Result(
status='Manual Task Created'
)

[Back to top]