Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/FormItemDetails.md
2025-02-03 22:09:17 +00:00

816 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
powershell
PowerShell
sdk
FormItemDetails
BetaFormItemDetails
/tools/sdk/powershell/beta/models/form-item-details
SDK
Software Development Kit
FormItemDetails
BetaFormItemDetails

FormItemDetails

Properties

Name Type Description Notes
Name String Name 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]