GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence (google_api_dlp v0.54.0)
View SourceHow often existing resources should have their profiles refreshed. New resources are scanned as quickly as possible depending on system capacity.
Attributes
-
inspectTemplateModifiedCadence(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence.t, default:nil) - Optional. Governs when to update data profiles when the inspection rules defined by theInspectTemplatechange. If not set, changing the template will not cause a data profile to update. -
refreshFrequency(type:String.t, default:nil) - Optional. Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence{ inspectTemplateModifiedCadence: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence.t() | nil, refreshFrequency: String.t() | nil }