proto_docs/google/cloud/securitycenter/v2/finding.rb in google-cloud-security_center-v2-0.1.0 vs proto_docs/google/cloud/securitycenter/v2/finding.rb in google-cloud-security_center-v2-0.2.0

- old
+ new

@@ -257,10 +257,22 @@ # @return [::Array<::Google::Cloud::SecurityCenter::V2::LogEntry>] # Log entries that are relevant to the finding. # @!attribute [rw] load_balancers # @return [::Array<::Google::Cloud::SecurityCenter::V2::LoadBalancer>] # The load balancers associated with the finding. + # @!attribute [rw] toxic_combination + # @return [::Google::Cloud::SecurityCenter::V2::ToxicCombination] + # Contains details about a group of security issues that, when the issues + # occur together, represent a greater risk than when the issues occur + # independently. A group of such issues is referred to as a toxic + # combination. + # This field cannot be updated. Its value is ignored in all update requests. + # @!attribute [rw] group_memberships + # @return [::Array<::Google::Cloud::SecurityCenter::V2::GroupMembership>] + # Contains details about groups of which this finding is a member. A group is + # a collection of findings that are related in some way. + # This field cannot be updated. Its value is ignored in all update requests. class Finding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key @@ -401,9 +413,13 @@ SCC_ERROR = 5 # Describes a potential security risk due to a change in the security # posture. POSTURE_VIOLATION = 6 + + # Describes a combination of security issues that represent a more severe + # security problem when taken together. + TOXIC_COMBINATION = 7 end end end end end