mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 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-requested-item-status-sod-violation-context | RequestedItemStatusSodViolationContext | RequestedItemStatusSodViolationContext | RequestedItemStatusSodViolationContext | powershellsdk |
|
/tools/sdk/powershell/v2024/models/requested-item-status-sod-violation-context |
|
RequestedItemStatusSodViolationContext
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| State | Enum [ "SUCCESS", "ERROR" ] | The status of SOD violation check | [optional] |
| Uuid | String | The id of the Violation check event | [optional] |
| ViolationCheckResult | SodViolationCheckResult | [optional] |
Examples
- Prepare the resource
$RequestedItemStatusSodViolationContext = Initialize-V2024RequestedItemStatusSodViolationContext -State SUCCESS `
-Uuid f73d16e9-a038-46c5-b217-1246e15fdbdd `
-ViolationCheckResult null
- Convert the resource to JSON
$RequestedItemStatusSodViolationContext | ConvertTo-JSON