View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudConditions (google_api_dlp v0.53.0)

Requirements that must be true before a resource is profiled for the first time.

Attributes

  • amazonS3BucketConditions (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketConditions.t, default: nil) - Amazon S3 bucket conditions.
  • minAge (type: String.t, default: nil) - Minimum age a resource must be before Cloud DLP can profile it. Value must be 1 hour or greater.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudConditions{
  amazonS3BucketConditions:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketConditions.t() | nil,
  minAge: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.