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

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

Attributes

  • 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 changes. 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{
    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.