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

View Source

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

Attributes

  • inspectTemplateModifiedCadence (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryInspectTemplateModifiedCadence.t, default: nil) - Optional. 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) - Optional. Frequency to update profiles regardless of whether the underlying resource has changes. Defaults to never.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudGenerationCadence{
    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.