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:



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.

Returns:



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.

Returns:



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.

Returns:



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.

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.



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