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

What must take place for a profile to be updated and how frequently it should occur. New tables are scanned as quickly as possible depending on system capacity.

Attributes

  • schemaModifiedCadence (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoverySchemaModifiedCadence.t, default: nil) - Governs when to update data profiles when a schema is modified.
  • tableModifiedCadence (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryTableModifiedCadence.t, default: nil) - Governs when to update data profiles when a table is modified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryGenerationCadence{
  schemaModifiedCadence:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoverySchemaModifiedCadence.t()
    | nil,
  tableModifiedCadence:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryTableModifiedCadence.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.