Investigations
Start an investigation
An actor triggers this event when they start an investigation.
typestringDefault value: START_INVESTIGATION
Available values: The only valid value is START_INVESTIGATION.
ownersAuditLogUser[]The list of owners that are being audited in the investigation.
idstringThe user ID.
display_namestringThe display name of the user.
For privacy reasons, this field is redacted for users outside of your organization. Rarely, it may also be unavailable for technical reasons.
emailstringThe email address of the user.
For privacy reasons, this field is redacted for users outside of your organization. Rarely, it may also be unavailable for technical reasons.
investigation_reasonstringAvailable values:
SECURITY_INVESTIGATION: Security investigation.COMPLIANCE_INVESTIGATION: Compliance investigation.OTHER: Other.
contextstringThe context provided as a rationale for starting the investigation.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "START_INVESTIGATION","owners": [{"id": "UXoqDbwwSbQ","display_name": "Jane Doe",}],"investigation_reason": "SECURITY_INVESTIGATION","context": "Reviewing designs created by the marketing team for brand compliance."},"outcome": ...,"context": ...}
Investigate a design
An actor triggers this event when they view a specific design during an investigation.
typestringDefault value: INVESTIGATE_DESIGN
Available values: The only valid value is INVESTIGATE_DESIGN.
investigation_idstringThe ID for the investigation. This is a UUID that represents the investigation.
Example
{"id": ...,"timestamp": ...,"actor": ...,"target": ...,"action": {"type": "INVESTIGATE_DESIGN","investigation_id": "550e8400-e29b-41d4-a716-446655440000"},"outcome": ...,"context": ...}