Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -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