| Field | Type | Required | Description |
|---|---|---|---|
id |
String | ✔️ | Vanta internal reference to evidence |
externalId |
String | ✔️ | This is a static UUID to map Audit Firm controls to Vanta controls |
status |
AuditEvidenceState | ✔️ | N/A |
name |
String | ✔️ | Mutable name for evidence. Not guaranteed to be unique. |
deletionDate |
OffsetDateTime | ✔️ | The date this Audit Evidence was deleted |
creationDate |
OffsetDateTime | ✔️ | The date this Audit Evidence was created |
statusUpdatedDate |
OffsetDateTime | ✔️ | Point in time that status was last updated |
testStatus |
Optional<String> | ✔️ | The outcome of the automated test run, for Test-type evidence |
evidenceType |
AuditEvidenceType | ✔️ | N/A |
evidenceId |
String | ✔️ | Unique identifier for evidence |
relatedControls |
List<EvidenceControl> | ✔️ | The controls associated to this evidence |
description |
Optional<String> | ✔️ | The description for the evidence. It will be set to null if the evidence is deleted |