mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
update doc files
This commit is contained in:
@@ -17,7 +17,7 @@ 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]
|
||||
**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]
|
||||
|
||||
Reference in New Issue
Block a user