mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
791 B
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 |
|
/tools/sdk/powershell/v2024/models/column |
|
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