View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryTarget (google_api_dlp v0.50.1)
Target used to match against for Discovery.
Attributes
-
bigQueryTarget
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryDiscoveryTarget.t
, default:nil
) - BigQuery target for Discovery. The first target to match a table will be the one applied. -
cloudSqlTarget
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.t
, default:nil
) - Cloud SQL target for Discovery. The first target to match a table will be the one applied. -
cloudStorageTarget
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageDiscoveryTarget.t
, default:nil
) - Cloud Storage target for Discovery. The first target to match a table will be the one applied. -
secretsTarget
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SecretsDiscoveryTarget.t
, default:nil
) - Discovery target that looks for credentials and secrets stored in cloud resource metadata and reports them as vulnerabilities to Security Command Center. Only one target of this type is allowed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryTarget{ bigQueryTarget: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryDiscoveryTarget.t() | nil, cloudSqlTarget: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.t() | nil, cloudStorageTarget: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CloudStorageDiscoveryTarget.t() | nil, secretsTarget: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SecretsDiscoveryTarget.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.