Skip to main content

FormElementPreviewRequest

Properties

NameTypeDescriptionNotes
DataSourceFormElementDynamicDataSource[optional]

Examples

  • Prepare the resource
$FormElementPreviewRequest = Initialize-PSSailpoint.V2024FormElementPreviewRequest  -DataSource null
  • Convert the resource to JSON
$FormElementPreviewRequest | ConvertTo-JSON

[Back to top]