Skip to main content

ViolationContextPolicy

Properties

NameTypeDescriptionNotes
TypeEnum [ "ENTITLEMENT" ]The type of object that is referenced[optional]
IdStringSOD policy ID.[optional]
NameString[optional]

Examples

  • Prepare the resource
$ViolationContextPolicy = Initialize-PSSailpoint.V2024ViolationContextPolicy  -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]