Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudSecuritycenterV2YaraRuleSignature

import type { GoogleCloudSecuritycenterV2YaraRuleSignature } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

A signature corresponding to a YARA rule.

interface GoogleCloudSecuritycenterV2YaraRuleSignature {
yaraRule?: string;
}

§Properties

§
yaraRule?: string
[src]

The name of the YARA rule.