The JSON object containing all attributes of the security finding.

Hierarchy

  • SecurityFindingsAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes?: {
    [key: string]: any;
}

The custom attributes of the security finding.

Type declaration

  • [key: string]: any
tags?: string[]

List of tags associated with the security finding.

timestamp?: number

The Unix timestamp at which the detection changed for the resource. Same value as @detection_changed_at.

Generated using TypeDoc