Class: Google::Cloud::Dlp::V2::OtherCloudDiscoveryTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudDiscoveryTarget
- 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
-
#conditions ⇒ ::Google::Cloud::Dlp::V2::DiscoveryOtherCloudConditions
Optional.
-
#data_source_type ⇒ ::Google::Cloud::Dlp::V2::DataSourceType
Required.
-
#disabled ⇒ ::Google::Cloud::Dlp::V2::Disabled
Disable profiling for resources that match this filter.
-
#filter ⇒ ::Google::Cloud::Dlp::V2::DiscoveryOtherCloudFilter
Required.
-
#generation_cadence ⇒ ::Google::Cloud::Dlp::V2::DiscoveryOtherCloudGenerationCadence
How often and when to update data profiles.
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.
5531 5532 5533 5534 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5531 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.
5531 5532 5533 5534 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5531 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.
Note: The following fields are mutually exclusive: disabled
, generation_cadence
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5531 5532 5533 5534 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5531 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.
5531 5532 5533 5534 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5531 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.
Note: The following fields are mutually exclusive: generation_cadence
, disabled
. If a field in that set is populated, all other fields in the set will automatically be cleared.
5531 5532 5533 5534 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5531 class OtherCloudDiscoveryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |