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-PSSailpoint.V2024RequestedItemStatusSodViolationContext -State SUCCESS `
-Uuid f73d16e9-a038-46c5-b217-1246e15fdbdd `
-ViolationCheckResult null
- Convert the resource to JSON
$RequestedItemStatusSodViolationContext | ConvertTo-JSON