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

Requirements that must be true before a file store is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.

Attributes

  • cloudStorageConditions (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudStorageConditions.t, default: nil) - Optional. Cloud Storage conditions.
  • createdAfter (type: DateTime.t, default: nil) - Optional. File store must have been created after this date. Used to avoid backfilling.
  • minAge (type: String.t, default: nil) - Optional. Minimum age a file store must have. If set, the value must be 1 hour or greater.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryFileStoreConditions{
  cloudStorageConditions:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudStorageConditions.t()
    | nil,
  createdAfter: DateTime.t() | nil,
  minAge: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.