proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb in google-cloud-security_center-v1p1beta1-0.4.0 vs proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb in google-cloud-security_center-v1p1beta1-0.4.1

- old
+ new

@@ -82,11 +82,12 @@ # @!attribute [rw] create_time # @return [::Google::Protobuf::Timestamp] # The time at which the finding was created in Security Command Center. # @!attribute [rw] severity # @return [::Google::Cloud::SecurityCenter::V1p1beta1::Finding::Severity] - # The severity of the finding. + # The severity of the finding. This field is managed by the source that + # writes the finding. class Finding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key @@ -109,10 +110,11 @@ # The finding has been fixed, triaged as a non-issue or otherwise addressed # and is no longer active. INACTIVE = 2 end - # The severity of the finding. + # The severity of the finding. This field is managed by the source that + # writes the finding. module Severity # No severity specified. The default value. SEVERITY_UNSPECIFIED = 0 # Critical severity.