Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Column.md
2025-02-03 22:09:17 +00:00

791 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-column Column Column Column powershellsdk
powershell
PowerShell
sdk
Column
V2024Column
/tools/sdk/powershell/v2024/models/column
SDK
Software Development Kit
Column
V2024Column

Column

Properties

Name Type Description Notes
Field String The name of the field. [required]
Header String The value of the header. [optional]

Examples

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

[Back to top]