mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
682 B
682 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 | powershellsdk |
|
/tools/sdk/powershell/v3/models/result |
|
Result
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Status | String | Request result status | [optional] |
Examples
- Prepare the resource
$Result = Initialize-Result -Status Manual Task Created
- Convert the resource to JSON
$Result | ConvertTo-JSON