The JSON:API attributes of the finding.

Hierarchy

  • FindingAttributes

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
datadogLink?: string

The Datadog relative link for this finding.

description?: string

The description and remediation steps for this finding.

evaluation?: FindingEvaluation

The evaluation of the finding.

evaluationChangedAt?: number

The date on which the evaluation for this finding changed (Unix ms).

externalId?: string

The cloud-based ID for the resource related to the finding.

Information about the mute status of this finding.

resource?: string

The resource name of this finding.

resourceDiscoveryDate?: number

The date on which the resource was discovered (Unix ms).

resourceType?: string

The resource type of this finding.

The rule that triggered this finding.

status?: FindingStatus

The status of the finding.

tags?: string[]

The tags associated with this finding.

vulnerabilityType?: FindingVulnerabilityType

The vulnerability type of the finding.

Generated using TypeDoc