MachineClassificationConfig
Import this model from the entry point of its package:
import { MachineClassificationConfig } from '@sailpoint/angular-sdk/machine_classification_config';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| enabled | (optional) boolean | Indicates whether Classification is enabled for a Source | [default to false] |
| classificationMethod | (optional) string | Classification Method | [default to undefined] |
| criteria | (optional) MachineClassificationCriteriaLevel1 | [default to undefined] | |
| created | (optional) string | Date the config was created | [default to undefined] |
| modified | (optional) string | Date the config was last updated | [default to undefined] |