Class: Google::Cloud::Dlp::V2::DiscoveryTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Target used to match against for Discovery.
Instance Attribute Summary collapse
-
#big_query_target ⇒ ::Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget
BigQuery target for Discovery.
-
#cloud_sql_target ⇒ ::Google::Cloud::Dlp::V2::CloudSqlDiscoveryTarget
Cloud SQL target for Discovery.
-
#cloud_storage_target ⇒ ::Google::Cloud::Dlp::V2::CloudStorageDiscoveryTarget
Cloud Storage target for Discovery.
-
#secrets_target ⇒ ::Google::Cloud::Dlp::V2::SecretsDiscoveryTarget
Discovery target that looks for credentials and secrets stored in cloud resource metadata and reports them as vulnerabilities to Security Command Center.
Instance Attribute Details
#big_query_target ⇒ ::Google::Cloud::Dlp::V2::BigQueryDiscoveryTarget
Returns BigQuery target for Discovery. The first target to match a table will be the one applied.
4412 4413 4414 4415 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4412 class DiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_sql_target ⇒ ::Google::Cloud::Dlp::V2::CloudSqlDiscoveryTarget
Returns Cloud SQL target for Discovery. The first target to match a table will be the one applied.
4412 4413 4414 4415 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4412 class DiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_storage_target ⇒ ::Google::Cloud::Dlp::V2::CloudStorageDiscoveryTarget
Returns Cloud Storage target for Discovery. The first target to match a table will be the one applied.
4412 4413 4414 4415 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4412 class DiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secrets_target ⇒ ::Google::Cloud::Dlp::V2::SecretsDiscoveryTarget
Returns 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.
4412 4413 4414 4415 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4412 class DiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |