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.v2024.models.outlier_value_type import OutlierValueType
outlier_value_type = OutlierValueType(
name='INTEGER',
ordinal=0
)