Files
developer.sailpoint.com/docs/tools/sdk/python/Reference/V2024/Models/Result.md
2025-03-10 11:34:32 -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
v2024-result Result Result Result pythonsdk
python
Python
sdk
Result
V2024Result
/tools/sdk/python/v2024/models/result
SDK
Software Development Kit
Result
V2024Result

Result

Properties

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

Example

from sailpoint.v2024.models.result import Result

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

[Back to top]