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