The JSON:API attributes of the detailed finding.

Hierarchy

  • DetailedFindingAttributes

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
evaluation?: FindingEvaluation

The evaluation of the finding.

evaluationChangedAt?: number

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

message?: string

The remediation message for this finding.

Information about the mute status of this finding.

resource?: string

The resource name of this finding.

resourceConfiguration?: any

The resource configuration for 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.

Generated using TypeDoc