About this resource
Representation of a file version check result finding. Contains detailed findings from running a check on a file version.
Properties
| Property | Description | Type |
|---|---|---|
| id | Gets or sets the unique identifier for this finding. | guid |
| fileVersionCheckId | Gets or sets the ID of the file version check result this finding belongs to. | guid |
| occurrence | Gets or sets the occurrence number of this finding. | int |
| finding | Gets or sets the description of the finding. | string |
| explanation | Gets or sets the explanation of the finding. | string |
| recommendation | Gets or sets the recommendation for addressing the finding. | string |
| additionalData | Gets or sets additional data related to the finding. | string |
| outcome | Gets or sets the outcome of the finding. | string |