Skip to main content

OutlierValueType

Properties

NameTypeDescriptionNotes
NameEnum [ "INTEGER", "FLOAT" ]The data type of the value field[optional]
OrdinalInt32The 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

[Back to top]