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

SensitiveDataItemCategory

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

For a finding, the category of sensitive data that was detected and produced the finding. For a managed data identifier, the category of sensitive data that the managed data identifier detects. Possible values are:

type SensitiveDataItemCategory =
| "FINANCIAL_INFORMATION"
| "PERSONAL_INFORMATION"
| "CREDENTIALS"
| "CUSTOM_IDENTIFIER"

§Type

§
"FINANCIAL_INFORMATION" | "PERSONAL_INFORMATION" | "CREDENTIALS" | "CUSTOM_IDENTIFIER" | cmnP.UnexpectedEnumValue
[src]