GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudConditions (google_api_dlp v0.54.0)
View SourceRequirements 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
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryOtherCloudConditions{ amazonS3BucketConditions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketConditions.t() | nil, minAge: String.t() | nil }