MachineClassificationCriteriaLevel1
Import this model from the entry point of its package:
import { MachineClassificationCriteriaLevel1 } from '@sailpoint/angular-sdk/machine_classification_config';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| operation | (optional) MachineClassificationCriteriaOperation | [default to undefined] | |
| caseSensitive | (optional) boolean | Indicates whether case matters when evaluating the criteria | [default to false] |
| dataType | (optional) string | The data type of the attribute being evaluated | [default to undefined] |
| attribute | (optional) string | The attribute to evaluate in the classification criteria | [default to undefined] |
| value | (optional) string | The 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] |