Skip to main content

FormItemDetails

Properties

NameTypeDescriptionNotes
NameStringName of the FormItem[optional]

Examples

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

[Back to top]