Class: Google::Cloud::Dlp::V2::DiscoveryTarget

Inherits:
Object
  • Object
show all
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

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.

Returns:



4306
4307
4308
4309
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4306

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.

Returns:



4306
4307
4308
4309
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4306

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.

Returns:

  • (::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. Only one target of this type is allowed.



4306
4307
4308
4309
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4306

class DiscoveryTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end