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

DlpRuleViolation

import type { DlpRuleViolation } from "https://googleapis.deno.dev/v1/alertcenter:v1beta1.ts";

Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.

interface DlpRuleViolation {
ruleViolationInfo?: RuleViolationInfo;
}

§Properties

§
ruleViolationInfo?: RuleViolationInfo
[src]

Details about the violated DLP rule. Admins can use the predefined detectors provided by Google Cloud DLP https://cloud.google.com/dlp/ when setting up a DLP rule. Matched Cloud DLP detectors in this violation if any will be captured in the MatchInfo.predefined_detector.