Skip to main content

Column

Properties

NameTypeDescriptionNotes
FieldStringThe name of the field.[required]
HeaderStringThe value of the header.[optional]

Examples

  • Prepare the resource
$Column = Initialize-PSSailpoint.V3Column  -Field email `
-Header Work Email
  • Convert the resource to JSON
$Column | ConvertTo-JSON

[Back to top]