mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 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-data-source-config-options | FormElementDataSourceConfigOptions | FormElementDataSourceConfigOptions | FormElementDataSourceConfigOptions | powershellsdk |
|
/tools/sdk/powershell/v2024/models/form-element-data-source-config-options |
|
FormElementDataSourceConfigOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Label | String | Label is the main label to display to the user when selecting this option | [optional] |
| SubLabel | String | SubLabel is the sub label to display below the label in diminutive styling to help describe or identify this option | [optional] |
| Value | String | Value is the value to save as an entry when the user selects this option | [optional] |
Examples
- Prepare the resource
$FormElementDataSourceConfigOptions = Initialize-PSSailpoint.V2024FormElementDataSourceConfigOptions -Label regression-test-access-request-07c55dd6-3056-430a-86b5-fccc395bb6c5 `
-SubLabel `
-Value e96674448eba4ca1ba04eee999a8f3cd
- Convert the resource to JSON
$FormElementDataSourceConfigOptions | ConvertTo-JSON