mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,10 +16,10 @@ tags: ['SDK', 'Software Development Kit', 'FormDefinitionInput', 'BetaFormDefini
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Unique identifier for the form input. | [optional]
|
||||
**Type** | Pointer to **Enum** [ "STRING" ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional]
|
||||
**Label** | Pointer to **String** | Name for the form input. | [optional]
|
||||
**Description** | Pointer to **String** | Form input's description. | [optional]
|
||||
**Id** | **String** | Unique identifier for the form input. | [optional]
|
||||
**Type** | **Enum** [ "STRING" ] | FormDefinitionInputType value. STRING FormDefinitionInputTypeString | [optional]
|
||||
**Label** | **String** | Name for the form input. | [optional]
|
||||
**Description** | **String** | Form input's description. | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user