A custom static analysis rule within a ruleset, as supplied in a create or update request. Nested rules are sent flat, without a data/type/attributes envelope. id and name are client-supplied and must match each other. The remaining members are server-assigned and read-only; they are declared so that a ruleset previously read back can be supplied unchanged.

Hierarchy

  • CustomRule

Constructors

Properties

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 supplied by a create or update request. Nested revisions are sent flat, without a data/type/attributes envelope. id, version_id, checksum, created_at and created_by are server-assigned and read-only; they are declared so that a ruleset previously read back can be supplied unchanged.

name: string

Rule name

Revision history of the rule.

Generated using TypeDoc