SODViolationCreatedPayload
Import this model from the entry point of its package:
import { SODViolationCreatedPayload } from '@sailpoint/angular-sdk/triggers';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created | (optional) string | When the violation record was created. | [default to undefined] |
| id | (optional) string | Violation ID. | [default to undefined] |
| lastEvaluatedDate | (optional) string | When the violation was last evaluated. | [default to undefined] |
| level | (optional) string | Violation severity level. | [default to undefined] |
| name | (optional) string | Human-readable violation name. | [default to undefined] |
| owner | (optional) SODViolationCreatedPayloadOwner | [default to undefined] | |
| policy | (optional) SODViolationCreatedPayloadPolicy | [default to undefined] | |
| status | (optional) string | Violation lifecycle status. | [default to undefined] |
| target | (optional) SODViolationCreatedPayloadTarget | [default to undefined] |