mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
37
docs/tools/sdk/powershell/Reference/V3/Models/Column.md
Normal file
37
docs/tools/sdk/powershell/Reference/V3/Models/Column.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: column
|
||||
title: Column
|
||||
pagination_label: Column
|
||||
sidebar_label: Column
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Column', 'Column']
|
||||
slug: /tools/sdk/powershell/v3/models/column
|
||||
tags: ['SDK', 'Software Development Kit', 'Column', 'Column']
|
||||
---
|
||||
|
||||
|
||||
# Column
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Field** | **String** | The name of the field. | [required]
|
||||
**Header** | Pointer to **String** | The value of the header. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$Column = Initialize-PSSailpoint.V3Column -Field email `
|
||||
-Header Work Email
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Column | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user