| Field | Type | Required | Description |
|---|---|---|---|
id |
String | ✔️ | The unique identifier for the comment |
auditEvidenceId |
String | ✔️ | The unique identifier for the audit evidence related to the comment. |
text |
String | ✔️ | The comment message |
creationDate |
OffsetDateTime | ✔️ | When the comment was created |
modificationDate |
OffsetDateTime | ✔️ | When the comment was updated |
deletionDate |
OffsetDateTime | ✔️ | When the comment was deleted |
email |
Optional<String> | ✔️ | The email of the comment author. This acts as a unique identifier to map users between Vanta and external systems. |