Skip to main content

SODViolationCreatedPayload

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
created(optional) stringWhen the violation record was created.[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]
status(optional) stringViolation lifecycle status.[default to undefined]
target(optional) SODViolationCreatedPayloadTarget[default to undefined]