Class: Google::Cloud::SecurityCenter::V1::ResourceValueConfig::SensitiveDataProtectionMapping
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ResourceValueConfig::SensitiveDataProtectionMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/resource_value_config.rb
Overview
Resource value mapping for Sensitive Data Protection findings. If any of these mappings have a resource value that is not unspecified, the resource_value field will be ignored when reading this configuration.
Instance Attribute Summary collapse
-
#high_sensitivity_mapping ⇒ ::Google::Cloud::SecurityCenter::V1::ResourceValue
Resource value mapping for high-sensitivity Sensitive Data Protection findings.
-
#medium_sensitivity_mapping ⇒ ::Google::Cloud::SecurityCenter::V1::ResourceValue
Resource value mapping for medium-sensitivity Sensitive Data Protection findings.
Instance Attribute Details
#high_sensitivity_mapping ⇒ ::Google::Cloud::SecurityCenter::V1::ResourceValue
Returns Resource value mapping for high-sensitivity Sensitive Data Protection findings.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource_value_config.rb', line 90 class SensitiveDataProtectionMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#medium_sensitivity_mapping ⇒ ::Google::Cloud::SecurityCenter::V1::ResourceValue
Returns Resource value mapping for medium-sensitivity Sensitive Data Protection findings.
90 91 92 93 |
# File 'proto_docs/google/cloud/securitycenter/v1/resource_value_config.rb', line 90 class SensitiveDataProtectionMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |