Skip to main content

MachineClassificationCriteriaLevel1

Import this model from the entry point of its package:

import { MachineClassificationCriteriaLevel1 } from '@sailpoint/angular-sdk/machine_classification_config';

Properties

NameTypeDescriptionNotes
operation(optional) MachineClassificationCriteriaOperation[default to undefined]
caseSensitive(optional) booleanIndicates whether case matters when evaluating the criteria[default to false]
dataType(optional) stringThe data type of the attribute being evaluated[default to undefined]
attribute(optional) stringThe attribute to evaluate in the classification criteria[default to undefined]
value(optional) stringThe value to compare against the attribute in the classification criteria[default to undefined]
children(optional) Array<MachineClassificationCriteriaLevel2>An array of child classification criteria objects[default to undefined]