Skip to main content

ViolationContextPolicy

Properties

NameTypeDescriptionNotes
TypeEnum [ "ENTITLEMENT" ]The type of object supported for SOD policy violations.[optional]
IdStringSOD policy ID.[optional]
NameString[optional]

Examples

  • Prepare the resource
$ViolationContextPolicy = Initialize-PSSailpoint.BetaViolationContextPolicy  -Type ENTITLEMENT `
-Id 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde `
-Name A very cool policy name
  • Convert the resource to JSON
$ViolationContextPolicy | ConvertTo-JSON

[Back to top]