Attributes for creating or updating a rule. Server-managed fields (created_at, modified_at, custom) are excluded.

Hierarchy

  • RuleAttributesRequest

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

Explanation of the rule.

enabled?: boolean

If enabled, the rule is calculated as part of the score.

level?: number

The maturity level of the rule (1, 2, or 3).

name?: string

Name of the rule.

owner?: string

Owner of the rule.

scopeQuery?: string

A query to filter which entities this rule applies to.

scorecardName?: string

The scorecard name to which this rule must belong.

Generated using TypeDoc