Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SedApprovalStatus.md
2025-05-07 14:37:48 +00:00

1.0 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
beta-sed-approval-status SedApprovalStatus SedApprovalStatus SedApprovalStatus powershellsdk
powershell
PowerShell
sdk
SedApprovalStatus
BetaSedApprovalStatus
/tools/sdk/powershell/beta/models/sed-approval-status
SDK
Software Development Kit
SedApprovalStatus
BetaSedApprovalStatus

SedApprovalStatus

Properties

Name Type Description Notes
FailedReason String failed reason will be display if status is failed [optional]
Id String Sed id [optional]
Status String SUCCESS FAILED

Examples

  • Prepare the resource
$SedApprovalStatus = Initialize-BetaSedApprovalStatus  -FailedReason invalid status `
 -Id 016629d1-1d25-463f-97f3-0c6686846650 `
 -Status SUCCESS
  • Convert the resource to JSON
$SedApprovalStatus | ConvertTo-JSON

[Back to top]