mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
599 B
599 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| result | Result | Result | Result | pythonsdk |
|
/tools/sdk/python/v3/models/result |
|
Result
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | str | Request result status | [optional] |
| } |
Example
from sailpoint.v3.models.result import Result
result = Result(
status='Manual Task Created'
)