mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
799 B
799 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| form-item-details | FormItemDetails | FormItemDetails | FormItemDetails | powershellsdk |
|
/tools/sdk/powershell/v3/models/form-item-details |
|
FormItemDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Name | String | Name of the FormItem | [optional] |
Examples
- Prepare the resource
$FormItemDetails = Initialize-PSSailpoint.V3FormItemDetails -Name Field1
- Convert the resource to JSON
$FormItemDetails | ConvertTo-JSON