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

Occurrences

import type { Occurrences } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The detected occurrences of sensitive data.

interface Occurrences {
Cells?: Cell[] | null;
LineRanges?: Range[] | null;
OffsetRanges?: Range[] | null;
Pages?: Page[] | null;
Records?: Record[] | null;
}

§Properties

§
Cells?: Cell[] | null
[src]

Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.

§
LineRanges?: Range[] | null
[src]

Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

§
OffsetRanges?: Range[] | null
[src]

Occurrences of sensitive data detected in a binary text file.

§
Pages?: Page[] | null
[src]

Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.

§
Records?: Record[] | null
[src]

Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.