View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageDiscoveryTarget (google_api_dlp v0.50.1)
Target used to match against for discovery with Cloud Storage buckets.
Attributes
-
conditions
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryFileStoreConditions.t
, default:nil
) - Optional. In addition to matching the filter, these conditions must be true before a profile is generated. -
disabled
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Disabled.t
, default:nil
) - Optional. Disable profiling for buckets that match this filter. -
filter
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudStorageFilter.t
, default:nil
) - Required. The buckets the generation_cadence applies to. The first target with a matching filter will be the one to apply to a bucket. -
generationCadence
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence.t
, default:nil
) - Optional. How often and when to update profiles. New buckets that match both the filter and conditions are scanned as quickly as possible depending on system capacity.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageDiscoveryTarget{ conditions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryFileStoreConditions.t() | nil, disabled: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Disabled.t() | nil, filter: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudStorageFilter.t() | nil, generationCadence: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudStorageGenerationCadence.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.