lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.53.0 vs lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.54.0

- old
+ new

@@ -906,18 +906,24 @@ # joined" source data. # Corresponds to the JSON property `targets` # @return [Array<Google::Apis::SecuritycenterV1beta2::ExfilResource>] attr_accessor :targets + # Total exfiltrated bytes processed for the entire job. + # Corresponds to the JSON property `totalExfiltratedBytes` + # @return [Fixnum] + attr_accessor :total_exfiltrated_bytes + def initialize(**args) update!(**args) end # Update properties of this object def update!(**args) @sources = args[:sources] if args.key?(:sources) @targets = args[:targets] if args.key?(:targets) + @total_exfiltrated_bytes = args[:total_exfiltrated_bytes] if args.key?(:total_exfiltrated_bytes) end end # Represents a textual expression in the Common Expression Language (CEL) syntax. # CEL is a C-like expression language. The syntax and semantics of CEL are @@ -1674,17 +1680,17 @@ # References primary/secondary etc assignees in the external system. # Corresponds to the JSON property `assignees` # @return [Array<String>] attr_accessor :assignees - # The most recent time when the corresponding finding's ticket/tracker was - # updated in the external system. + # The time when the case was last updated, as reported by the external system. # Corresponds to the JSON property `externalSystemUpdateTime` # @return [String] attr_accessor :external_system_update_time - # Identifier that's used to track the given finding in the external system. + # The identifier that's used to track the finding's corresponding case in the + # external system. # Corresponds to the JSON property `externalUid` # @return [String] attr_accessor :external_uid # Full resource name of the external system, for example: "organizations/1234/ @@ -1693,10 +1699,10 @@ # 123456/externalSystems/jira" # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Most recent status of the corresponding finding's ticket/tracker in the + # The most recent status of the finding's corresponding case, as reported by the # external system. # Corresponds to the JSON property `status` # @return [String] attr_accessor :status