Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/FormItem.md
2025-05-07 14:37:48 +00:00

711 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 FormItem FormItem FormItem powershellsdk
powershell
PowerShell
sdk
FormItem
BetaFormItem
/tools/sdk/powershell/beta/models/form-item
SDK
Software Development Kit
FormItem
BetaFormItem

FormItem

Properties

Name Type Description Notes
Name String Name of the FormItem [optional]

Examples

  • Prepare the resource
$FormItem = Initialize-BetaFormItem  -Name Field1
  • Convert the resource to JSON
$FormItem | ConvertTo-JSON

[Back to top]