Attributes of a scorecard score.

Hierarchy

  • ScorecardScoreAttributes

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

Dimension to group scores by.

denominator?: number

The denominator used to compute the score ratio.

level?: number

The maturity level of the associated rule.

numerator?: number

The numerator used to compute the score ratio.

score?: number

The computed score ratio (numerator/denominator), from 0 to 1.

totalEntities?: number

The total number of entities evaluated.

totalFail?: number

The number of rules that failed.

totalNoData?: number

The number of rules with no data.

totalPass?: number

The number of rules that passed.

totalSkip?: number

The number of rules that were skipped.

Generated using TypeDoc