Class AiCustomRuleRevisionResponseAttributes

Response attributes of an AI custom rule revision.

Hierarchy

  • AiCustomRuleRevisionResponseAttributes

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

Rule category

checksum: string

Checksum of the revision content.

content: string

Base64-encoded AI model content for this revision.

createdAt: Date

The creation timestamp.

createdBy: string

The identifier of the user who created the revision.

cwe: null | string

The associated CWE identifier.

description: string

Base64-encoded full description.

directories: string[]

Directory patterns this rule applies to.

The execution mode for an AI rule revision.

globs: string[]

File glob patterns this rule applies to.

isDefault: boolean

Whether this is a default Datadog rule.

isPublished: boolean

Whether this revision is published.

isTesting: boolean

Whether this revision is for testing only.

Rule severity

shortDescription: string

Base64-encoded short description.

versionId: number

The version identifier for this revision.

Generated using TypeDoc