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

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

FormItemDetails

Properties

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