OutlierValueType
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | Enum [ "INTEGER", "FLOAT" ] | The data type of the value field | [optional] |
Ordinal | Int32 | The position of the value type | [optional] |
Examples
- Prepare the resource
$OutlierValueType = Initialize-PSSailpoint.V2024OutlierValueType -Name INTEGER `
-Ordinal 0
- Convert the resource to JSON
$OutlierValueType | ConvertTo-JSON