View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudFilter (google_api_dlp v0.52.1)
Determines which resources from the other cloud will have profiles generated. Includes the ability to filter by resource names.
Attributes
-
collection
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceCollection.t
, default:nil
) - A collection of resources for this filter to apply to. -
others
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AllOtherResources.t
, default:nil
) - 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
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudSingleResourceReference.t
, default:nil
) - The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudFilter{ collection: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceCollection.t() | nil, others: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AllOtherResources.t() | nil, singleResource: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudSingleResourceReference.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.