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

DefaultDetection

import type { DefaultDetection } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

Provides information about a type of sensitive data that was detected by a managed data identifier and produced a sensitive data finding.

interface DefaultDetection {
count?: number | null;
occurrences?: Occurrences | null;
type?: string | null;
}

§Properties

§
count?: number | null
[src]

The total number of occurrences of the type of sensitive data that was detected.

§
occurrences?: Occurrences | null
[src]

The location of 1-15 occurrences of the sensitive data that was detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.

§
type?: string | null
[src]

The type of sensitive data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.