mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
1.0 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-sed-approval-status | SedApprovalStatus | SedApprovalStatus | SedApprovalStatus | powershellsdk |
|
/tools/sdk/powershell/v2024/models/sed-approval-status |
|
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-PSSailpoint.V2024SedApprovalStatus -FailedReason invalid status `
-Id 016629d1-1d25-463f-97f3-0c6686846650 `
-Status SUCCESS
- Convert the resource to JSON
$SedApprovalStatus | ConvertTo-JSON