GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryVertexDatasetGenerationCadence (google_api_dlp v0.54.0)

View Source

How often existing datasets should have their profiles refreshed. New datasets 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 be updated.
  • refreshFrequency (type: String.t, default: nil) - If you set this field, profiles are refreshed at this frequency regardless of whether the underlying datasets have changed. Defaults to never.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.