Skip to main content

RequestedItemStatusSodViolationContext

Properties

NameTypeDescriptionNotes
StateEnum [ "SUCCESS", "ERROR" ]The status of SOD violation check[optional]
UuidStringThe id of the Violation check event[optional]
ViolationCheckResultSodViolationCheckResult[optional]

Examples

  • Prepare the resource
$RequestedItemStatusSodViolationContext = Initialize-PSSailpoint.BetaRequestedItemStatusSodViolationContext  -State SUCCESS `
-Uuid f73d16e9-a038-46c5-b217-1246e15fdbdd `
-ViolationCheckResult null
  • Convert the resource to JSON
$RequestedItemStatusSodViolationContext | ConvertTo-JSON

[Back to top]