View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudSqlConditions (google_api_dlp v0.46.0)

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

Attributes

  • databaseEngines (type: list(String.t), default: nil) - Optional. Database engines that should be profiled. Optional. Defaults to ALL_SUPPORTED_DATABASE_ENGINES if unspecified.
  • types (type: list(String.t), default: nil) - Data profiles will only be generated for the database resource types specified in this field. If not specified, defaults to [DATABASE_RESOURCE_TYPE_ALL_SUPPORTED_TYPES].

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryCloudSqlConditions{
  databaseEngines: [String.t()] | nil,
  types: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.