Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/FormItemDetails.md
2025-01-28 13:29:29 -05:00

833 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
v2024-form-item-details FormItemDetails FormItemDetails FormItemDetails powershellsdk
powershell
PowerShell
sdk
FormItemDetails
V2024FormItemDetails
/tools/sdk/powershell/v2024/models/form-item-details
SDK
Software Development Kit
FormItemDetails
V2024FormItemDetails

FormItemDetails

Properties

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

Examples

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

[Back to top]