mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.4 KiB
1.4 KiB
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-element-dynamic-data-source | FormElementDynamicDataSource | FormElementDynamicDataSource | FormElementDynamicDataSource | powershellsdk |
|
/tools/sdk/powershell/v2024/models/form-element-dynamic-data-source |
|
FormElementDynamicDataSource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Config | FormElementDynamicDataSourceConfig | [optional] | |
| DataSourceType | Enum [ "STATIC", "INTERNAL", "SEARCH", "FORM_INPUT" ] | DataSourceType is a FormElementDataSourceType value STATIC FormElementDataSourceTypeStatic INTERNAL FormElementDataSourceTypeInternal SEARCH FormElementDataSourceTypeSearch FORM_INPUT FormElementDataSourceTypeFormInput | [optional] |
Examples
- Prepare the resource
$FormElementDynamicDataSource = Initialize-V2024FormElementDynamicDataSource -Config null `
-DataSourceType STATIC
- Convert the resource to JSON
$FormElementDynamicDataSource | ConvertTo-JSON