Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/FormItem.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

698 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 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]