proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb in google-cloud-security_center-v1p1beta1-0.6.0 vs proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb in google-cloud-security_center-v1p1beta1-0.7.0

- old
+ new

@@ -76,17 +76,26 @@ # @return [::Google::Protobuf::Timestamp] # The time at which the event took place, or when an update to the finding # occurred. For example, if the finding represents an open firewall it would # capture the time the detector believes the firewall became open. The # accuracy is determined by the detector. If the finding were to be resolved - # afterward, this time would reflect when the finding was resolved. + # afterward, this time would reflect when the finding was resolved. Must not + # be set to a value greater than the current timestamp. # @!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. This field is managed by the source that # writes the finding. + # @!attribute [rw] canonical_name + # @return [::String] + # The canonical name of the finding. It's either + # "organizations/\\{organization_id}/sources/\\{source_id}/findings/\\{finding_id}", + # "folders/\\{folder_id}/sources/\\{source_id}/findings/\\{finding_id}" or + # "projects/\\{project_number}/sources/\\{source_id}/findings/\\{finding_id}", + # depending on the closest CRM ancestor of the resource associated with the + # finding. class Finding include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key