Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SodViolationContextCheckCompleted1.md
2025-05-07 14:37:48 +00:00

1.3 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
beta-sod-violation-context-check-completed1 SodViolationContextCheckCompleted1 SodViolationContextCheckCompleted1 SodViolationContextCheckCompleted1 powershellsdk
powershell
PowerShell
sdk
SodViolationContextCheckCompleted1
BetaSodViolationContextCheckCompleted1
/tools/sdk/powershell/beta/models/sod-violation-context-check-completed1
SDK
Software Development Kit
SodViolationContextCheckCompleted1
BetaSodViolationContextCheckCompleted1

SodViolationContextCheckCompleted1

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 SodViolationCheckResult1 [optional]

Examples

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

[Back to top]