Skip to main content

SODViolationClosedPayload

Import this model from the entry point of its package:

import { SODViolationClosedPayload } from '@sailpoint/angular-sdk/triggers';

Properties

NameTypeDescriptionNotes
created(optional) stringWhen the violation record was created.[default to undefined]
modified(optional) stringWhen the violation was last modified.[default to undefined]
id(optional) stringViolation ID.[default to undefined]
lastEvaluatedDate(optional) stringWhen the violation was last evaluated.[default to undefined]
level(optional) stringViolation severity level.[default to undefined]
name(optional) stringHuman-readable violation name.[default to undefined]
owner(optional) SODViolationClosedPayloadOwner[default to undefined]
policy(optional) SODViolationClosedPayloadPolicy[default to undefined]
previousStatus(optional) stringViolation status before closure (Open or Mitigated).[default to undefined]
currentStatus(optional) stringViolation status after the event (always Closed for this webhook).[default to undefined]
target(optional) SODViolationClosedPayloadTarget[default to undefined]