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

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

  • 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) - Frequency at which profiles should be updated, regardless of whether the underlying resource has changed. Defaults to never.
  • 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{
  inspectTemplateModifiedCadence:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence.t()
    | nil,
  refreshFrequency: String.t() | nil,
  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.