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.BetaSedApprovalStatus -FailedReason invalid status `
-Id 016629d1-1d25-463f-97f3-0c6686846650 `
-Status SUCCESS
- Convert the resource to JSON
$SedApprovalStatus | ConvertTo-JSON