mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,13 +16,13 @@ tags: ['SDK', 'Software Development Kit', 'CreateFormDefinitionRequest', 'V2024C
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | Pointer to **String** | Description is the form definition description | [optional]
|
||||
**FormConditions** | Pointer to [**[]FormCondition**](form-condition) | FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form | [optional]
|
||||
**FormElements** | Pointer to [**[]FormElement**](form-element) | FormElements is a list of nested form elements | [optional]
|
||||
**FormInput** | Pointer to [**[]FormDefinitionInput**](form-definition-input) | FormInput is a list of form inputs that are required when creating a form-instance object | [optional]
|
||||
**Name** | **String** | Name is the form definition name | [required]
|
||||
**Owner** | [**FormOwner**](form-owner) | | [required]
|
||||
**UsedBy** | Pointer to [**[]FormUsedBy**](form-used-by) | UsedBy is a list of objects where when any system uses a particular form it reaches out to the form service to record it is currently being used | [optional]
|
||||
**Description** | **String** | Description is the form definition description | [optional]
|
||||
**FormConditions** | [**[]FormCondition**](form-condition) | FormConditions is the conditional logic that modify the form dynamically modify the form as the recipient is interacting out the form | [optional]
|
||||
**FormElements** | [**[]FormElement**](form-element) | FormElements is a list of nested form elements | [optional]
|
||||
**FormInput** | [**[]FormDefinitionInput**](form-definition-input) | FormInput is a list of form inputs that are required when creating a form-instance object | [optional]
|
||||
**Name** | **String** | Name is the form definition name | [required]
|
||||
**Owner** | [**FormOwner**](form-owner) | | [required]
|
||||
**UsedBy** | [**[]FormUsedBy**](form-used-by) | UsedBy is a list of objects where when any system uses a particular form it reaches out to the form service to record it is currently being used | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user