GooglePrivacyDlpV2MetadataLocation
import type { GooglePrivacyDlpV2MetadataLocation } from "https://googleapis.deno.dev/v1/dlp:v2.ts";Metadata Location
interface GooglePrivacyDlpV2MetadataLocation {
keyValueMetadataLabel?: GooglePrivacyDlpV2KeyValueMetadataLabel;
storageLabel?: GooglePrivacyDlpV2StorageMetadataLabel;
type?: "METADATATYPE_UNSPECIFIED" | "STORAGE_METADATA" | "CONTENT_METADATA";
}§Properties
§
keyValueMetadataLabel?: GooglePrivacyDlpV2KeyValueMetadataLabel
[src]Metadata key that contains the finding.
§
storageLabel?: GooglePrivacyDlpV2StorageMetadataLabel
[src]Storage metadata.