mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,16 +16,16 @@ tags: ['SDK', 'Software Development Kit', 'FormDefinitionResponse', 'BetaFormDef
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | Unique guid identifying the form definition. | [optional]
|
||||
**Name** | Pointer to **String** | Name of the form definition. | [optional]
|
||||
**Description** | Pointer to **String** | Form definition's description. | [optional]
|
||||
**Owner** | Pointer to [**FormOwner**](form-owner) | | [optional]
|
||||
**UsedBy** | Pointer to [**[]FormUsedBy**](form-used-by) | List of objects using the form definition. Whenever a system uses a form, the API reaches out to the form service to record that the system is currently using it. | [optional]
|
||||
**FormInput** | Pointer to [**[]FormDefinitionInput**](form-definition-input) | List of form inputs required to create a form-instance object. | [optional]
|
||||
**FormElements** | Pointer to [**[]FormElement**](form-element) | List of nested form elements. | [optional]
|
||||
**FormConditions** | Pointer to [**[]FormCondition**](form-condition) | Conditional logic that can dynamically modify the form as the recipient is interacting with it. | [optional]
|
||||
**Created** | Pointer to **System.DateTime** | Created is the date the form definition was created | [optional]
|
||||
**Modified** | Pointer to **System.DateTime** | Modified is the last date the form definition was modified | [optional]
|
||||
**Id** | **String** | Unique guid identifying the form definition. | [optional]
|
||||
**Name** | **String** | Name of the form definition. | [optional]
|
||||
**Description** | **String** | Form definition's description. | [optional]
|
||||
**Owner** | [**FormOwner**](form-owner) | | [optional]
|
||||
**UsedBy** | [**[]FormUsedBy**](form-used-by) | List of objects using the form definition. Whenever a system uses a form, the API reaches out to the form service to record that the system is currently using it. | [optional]
|
||||
**FormInput** | [**[]FormDefinitionInput**](form-definition-input) | List of form inputs required to create a form-instance object. | [optional]
|
||||
**FormElements** | [**[]FormElement**](form-element) | List of nested form elements. | [optional]
|
||||
**FormConditions** | [**[]FormCondition**](form-condition) | Conditional logic that can dynamically modify the form as the recipient is interacting with it. | [optional]
|
||||
**Created** | **System.DateTime** | Created is the date the form definition was created | [optional]
|
||||
**Modified** | **System.DateTime** | Modified is the last date the form definition was modified | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user