Skip to main content

SODViolationReopenedPayload

Import this model from the entry point of its package:

import { SODViolationReopenedPayload } 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) SODViolationCreatedPayloadOwner[default to undefined]
policy(optional) SODViolationCreatedPayloadPolicy[default to undefined]
previousStatus(optional) stringViolation status before the reopen.[default to undefined]
currentStatus(optional) stringViolation status after the reopen.[default to undefined]
target(optional) SODViolationCreatedPayloadTarget[default to undefined]
reason(optional) stringWhy the violation was reopened.[default to undefined]