Outliervaluetype
The data type of the value field
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | Enum [ 'INTEGER', 'FLOAT' ] | The data type of the value field | [optional] |
| ordinal | int | The position of the value type | [optional] |
| } |
Example
from sailpoint.iai_outliers.models.outliervaluetype import Outliervaluetype
outliervaluetype = Outliervaluetype(
name='INTEGER',
ordinal=0
)