Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/RequestedItemStatusSodViolationContext.md
2025-01-28 13:29:29 -05:00

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
requested-item-status-sod-violation-context RequestedItemStatusSodViolationContext RequestedItemStatusSodViolationContext RequestedItemStatusSodViolationContext powershellsdk
powershell
PowerShell
sdk
RequestedItemStatusSodViolationContext
RequestedItemStatusSodViolationContext
/tools/sdk/powershell/v3/models/requested-item-status-sod-violation-context
SDK
Software Development Kit
RequestedItemStatusSodViolationContext
RequestedItemStatusSodViolationContext

RequestedItemStatusSodViolationContext

Properties

Name Type Description Notes
State Pointer to Enum [ "SUCCESS", "ERROR" ] The status of SOD violation check [optional]
Uuid Pointer to String The id of the Violation check event [optional]
ViolationCheckResult Pointer to SodViolationCheckResult [optional]

Examples

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

[Back to top]