About this resource
Representation of a check in the check framework system. Checks define the validation rules and actions that can be performed on file versions.
Properties
| Property | Description | Type |
|---|---|---|
| id | Gets or sets the unique identifier for this check. | guid |
| name | Gets or sets the name of the check. | string |
| checkCategoryId | Gets or sets the ID of the check category this check belongs to. | guid |
| actionTypeId | Gets or sets the ID of the action type for this check. | guid |
| actionClass | Gets or sets the action class for this check. | string |
| createdOn | Gets the creation datetime in UTC time. | datetime |
| createdBy | Gets or sets the user that created this resource. | guid |
| modifiedBy | Gets or sets the user that last modified this check. | guid |
| modifiedOn | Gets or sets the last modification datetime in UTC time. | datetime |