lib/google/apis/securitycenter_v1beta2/representations.rb in google-apis-securitycenter_v1beta2-0.62.0 vs lib/google/apis/securitycenter_v1beta2/representations.rb in google-apis-securitycenter_v1beta2-0.63.0
- old
+ new
@@ -290,10 +290,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1065,10 +1071,12 @@
property :name, as: 'name'
hash :resource_labels_selector, as: 'resourceLabelsSelector'
property :resource_type, as: 'resourceType'
property :resource_value, as: 'resourceValue'
property :scope, as: 'scope'
+ property :sensitive_data_protection_mapping, as: 'sensitiveDataProtectionMapping', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping::Representation
+
collection :tag_values, as: 'tagValues'
property :update_time, as: 'updateTime'
end
end
@@ -1089,9 +1097,17 @@
property :display_name, as: 'displayName'
property :enablement_state, as: 'enablementState'
property :last_editor, as: 'lastEditor'
property :name, as: 'name'
property :update_time, as: 'updateTime'
+ end
+ end
+
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :high_sensitivity_mapping, as: 'highSensitivityMapping'
+ property :medium_sensitivity_mapping, as: 'mediumSensitivityMapping'
end
end
class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
# @private