View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence (google_api_dlp v0.50.1)

How often existing tables should have their profiles refreshed. New tables are scanned as quickly as possible depending on system capacity.

Attributes

  • inspectTemplateModifiedCadence (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence.t, default: nil) - Governs when to update data profiles when the inspection rules defined by the InspectTemplate change. If not set, changing the template will not cause a data profile to update.
  • refreshFrequency (type: String.t, default: nil) - Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changed. Defaults to never.
  • schemaModifiedCadence (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SchemaModifiedCadence.t, default: nil) - When to reprofile if the schema has changed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence{
    inspectTemplateModifiedCadence:
      GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence.t()
      | nil,
    refreshFrequency: String.t() | nil,
    schemaModifiedCadence:
      GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SchemaModifiedCadence.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.