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

718 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 powershellsdk
powershell
PowerShell
sdk
Result
V2025Result
/tools/sdk/powershell/v2025/models/result
SDK
Software Development Kit
Result
V2025Result

Result

Properties

Name Type Description Notes
Status String Request result status [optional]

Examples

  • Prepare the resource
$Result = Initialize-PSSailpoint.V2025Result  -Status Manual Task Created
  • Convert the resource to JSON
$Result | ConvertTo-JSON

[Back to top]