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

ExfilResource

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

Resource where data was exfiltrated from or exfiltrated to.

interface ExfilResource {
components?: string[];
name?: string;
}

§Properties

§
components?: string[]
[src]

Subcomponents of the asset that was exfiltrated, like URIs used during exfiltration, table names, databases, and filenames. For example, multiple tables might have been exfiltrated from the same Cloud SQL instance, or multiple files might have been exfiltrated from the same Cloud Storage bucket.

§
name?: string
[src]

The resource's full resource name.