Skip to main content

Anomaly

Import this model from the entry point of its package:

import { Anomaly } from '@sailpoint/angular-sdk/machine_identities';

Properties

NameTypeDescriptionNotes
id(optional) stringAnomaly identifier.[default to undefined]
anomalyType(optional) stringCategory of the detected anomaly.[default to undefined]
description(optional) stringHuman-readable description of the anomaly.[default to undefined]
ruleId(optional) stringIdentifier of the detection rule that produced the anomaly.[default to undefined]
dataSources(optional) Array<string>Source systems that contributed to the detection.[default to undefined]
detectedAt(optional) stringDate-time the anomaly was detected.[default to undefined]
evidence(optional) AnomalyEvidence[default to undefined]