mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update to powershell SDK docs: 13400083192
This commit is contained in:
35
docs/tools/sdk/powershell/Reference/V2024/Models/Result.md
Normal file
35
docs/tools/sdk/powershell/Reference/V2024/Models/Result.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: v2024-result
|
||||
title: Result
|
||||
pagination_label: Result
|
||||
sidebar_label: Result
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Result', 'V2024Result']
|
||||
slug: /tools/sdk/powershell/v2024/models/result
|
||||
tags: ['SDK', 'Software Development Kit', 'Result', 'V2024Result']
|
||||
---
|
||||
|
||||
|
||||
# Result
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Status** | **String** | Request result status | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Result = Initialize-PSSailpoint.V2024Result -Status Manual Task Created
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Result | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user