Class: Google::Cloud::Dlp::V2::OtherCloudDiscoveryTarget

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 of resources from other clouds. An AWS connector in Security Command Center (Enterprise is required to use this feature.

Instance Attribute Summary collapse

Instance Attribute Details

#conditions::Google::Cloud::Dlp::V2::DiscoveryOtherCloudConditions

Returns Optional. In addition to matching the filter, these conditions must be true before a profile is generated.

Returns:



5084
5085
5086
5087
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5084

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

#data_source_type::Google::Cloud::Dlp::V2::DataSourceType

Returns Required. The type of data profiles generated by this discovery target. Supported values are:

  • aws/s3/bucket.

Returns:



5084
5085
5086
5087
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5084

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

#disabled::Google::Cloud::Dlp::V2::Disabled

Returns Disable profiling for resources that match this filter.

Returns:



5084
5085
5086
5087
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5084

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

#filter::Google::Cloud::Dlp::V2::DiscoveryOtherCloudFilter

Returns Required. The resources that the discovery cadence applies to. The first target with a matching filter will be the one to apply to a resource.

Returns:



5084
5085
5086
5087
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5084

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

#generation_cadence::Google::Cloud::Dlp::V2::DiscoveryOtherCloudGenerationCadence

Returns How often and when to update data profiles. New resources that match both the filter and conditions are scanned as quickly as possible depending on system capacity.

Returns:



5084
5085
5086
5087
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5084

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