Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/ViolationContext.md
2025-02-03 22:09:17 +00:00

994 B

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-violation-context ViolationContext ViolationContext ViolationContext powershellsdk
powershell
PowerShell
sdk
ViolationContext
BetaViolationContext
/tools/sdk/powershell/beta/models/violation-context
SDK
Software Development Kit
ViolationContext
BetaViolationContext

ViolationContext

Properties

Name Type Description Notes
Policy ViolationContextPolicy [optional]
ConflictingAccessCriteria ExceptionAccessCriteria [optional]

Examples

  • Prepare the resource
$ViolationContext = Initialize-PSSailpoint.BetaViolationContext  -Policy null `
 -ConflictingAccessCriteria null
  • Convert the resource to JSON
$ViolationContext | ConvertTo-JSON

[Back to top]