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

CloudDlpInspection

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

Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.

interface CloudDlpInspection {
fullScan?: boolean;
infoType?: string;
infoTypeCount?: bigint;
inspectJob?: string;
}

§Properties

§
fullScan?: boolean
[src]

Whether Cloud DLP scanned the complete resource or a sampled subset.

§
infoType?: string
[src]

The type of information (or infoType) found, for example, EMAIL_ADDRESS or STREET_ADDRESS.

§
infoTypeCount?: bigint
[src]

The number of times Cloud DLP found this infoType within this job and resource.

§
inspectJob?: string
[src]

Name of the inspection job, for example, projects/123/locations/europe/dlpJobs/i-8383929.