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

The cadence at which to update data profiles when a schema is modified.

Attributes

  • frequency (type: String.t, default: nil) - How frequently profiles may be updated when schemas are modified. Defaults to monthly.
  • types (type: list(String.t), default: nil) - The type of events to consider when deciding if the table's schema has been modified and should have the profile updated. Defaults to NEW_COLUMNS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoverySchemaModifiedCadence{
  frequency: String.t() | nil,
  types: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.