GooglePrivacyDlpV2DiscoveryOtherCloudFilter
import type { GooglePrivacyDlpV2DiscoveryOtherCloudFilter } from "https://googleapis.deno.dev/v1/dlp:v2.ts";
Determines which resources from the other cloud will have profiles generated. Includes the ability to filter by resource names.
interface GooglePrivacyDlpV2DiscoveryOtherCloudFilter {
collection?: GooglePrivacyDlpV2OtherCloudResourceCollection;
others?: GooglePrivacyDlpV2AllOtherResources;
singleResource?: GooglePrivacyDlpV2OtherCloudSingleResourceReference;
}§Properties
§
collection?: GooglePrivacyDlpV2OtherCloudResourceCollection
[src]A collection of resources for this filter to apply to.
§
Optional. Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
§
singleResource?: GooglePrivacyDlpV2OtherCloudSingleResourceReference
[src]The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).