class Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2SensitiveDataProtectionMapping
field will be ignored when reading this configuration.
mappings have a resource value that is not unspecified, the resource_value
Resource value mapping for Sensitive Data Protection findings If any of these
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @high_sensitivity_mapping = args[:high_sensitivity_mapping] if args.key?(:high_sensitivity_mapping) @medium_sensitivity_mapping = args[:medium_sensitivity_mapping] if args.key?(:medium_sensitivity_mapping) end