Files
developer.sailpoint.com/docs/tools/sdk/powershell/reference/beta/Models/FormItem.md
2025-01-27 16:35:26 -05:00

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

FormItem

Properties

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

Examples

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

[Back to top]