GooglePrivacyDlpV2TagCondition
import type { GooglePrivacyDlpV2TagCondition } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
The tag to attach to profiles matching the condition. At most one
TagCondition
can be specified per sensitivity level.
interface GooglePrivacyDlpV2TagCondition {
sensitivityScore?: GooglePrivacyDlpV2SensitivityScore;
tag?: GooglePrivacyDlpV2TagValue;
}§Properties
§
sensitivityScore?: GooglePrivacyDlpV2SensitivityScore
[src]Conditions attaching the tag to a resource on its profile having this sensitivity score.
§
The tag value to attach to resources.