A custom static analysis rule as embedded in the rules list of a ruleset response.

Hierarchy

  • CustomRulesetRuleEmbedded

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
createdAt: Date

Creation timestamp

createdBy: string

Creator identifier

id: string

Rule identifier, which is the same as the rule name.

A revision of a custom static analysis rule as embedded in a rule or ruleset response.

name: string

Rule name

revisions: null | CustomRuleRevisionEmbedded[]

Revision history of the rule.

Generated using TypeDoc