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

View Source

How often existing buckets should have their profiles refreshed. New buckets 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. Data changes in Cloud Storage can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying buckets have changed. Defaults to never.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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