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.
-
#other_cloud_target ⇒ ::Google::Cloud::Dlp::V2::OtherCloudDiscoveryTarget
Other clouds 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.
4443 4444 4445 4446 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4443 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.
4443 4444 4445 4446 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4443 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.
4443 4444 4445 4446 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4443 class DiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#other_cloud_target ⇒ ::Google::Cloud::Dlp::V2::OtherCloudDiscoveryTarget
Returns Other clouds target for discovery. The first target to match a resource will be the one applied.
4443 4444 4445 4446 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4443 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.
4443 4444 4445 4446 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4443 class DiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |