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

ManagedDataIdentifierSummary

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

Provides information about a managed data identifier. For additional information, see Using managed data identifiers in the Amazon Macie User Guide.

interface ManagedDataIdentifierSummary {
category?: SensitiveDataItemCategory | null;
id?: string | null;
}

§Properties

§

The category of sensitive data that the managed data identifier detects: CREDENTIALS, for credentials data such as private keys or Amazon Web Services secret access keys; FINANCIAL_INFORMATION, for financial data such as credit card numbers; or, PERSONAL_INFORMATION, for personal health information, such as health insurance identification numbers, or personally identifiable information, such as passport numbers.

§
id?: string | null
[src]

The unique identifier for the managed data identifier. This is a string that describes the type of sensitive data that the managed data identifier detects. For example: OPENSSH_PRIVATE_KEY for OpenSSH private keys, CREDIT_CARD_NUMBER for credit card numbers, or USA_PASSPORT_NUMBER for US passport numbers.