lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.39.0 vs lib/google/apis/securitycenter_v1beta2/classes.rb in google-apis-securitycenter_v1beta2-0.40.0
- old
+ new
@@ -967,10 +967,15 @@
# is guaranteed to be either empty or a well formed URL.
# Corresponds to the JSON property `externalUri`
# @return [String]
attr_accessor :external_uri
+ # File associated with the finding.
+ # Corresponds to the JSON property `files`
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::File>]
+ attr_accessor :files
+
# The class of the finding.
# Corresponds to the JSON property `findingClass`
# @return [String]
attr_accessor :finding_class
@@ -1108,9 +1113,10 @@
@description = args[:description] if args.key?(:description)
@event_time = args[:event_time] if args.key?(:event_time)
@exfiltration = args[:exfiltration] if args.key?(:exfiltration)
@external_systems = args[:external_systems] if args.key?(:external_systems)
@external_uri = args[:external_uri] if args.key?(:external_uri)
+ @files = args[:files] if args.key?(:files)
@finding_class = args[:finding_class] if args.key?(:finding_class)
@iam_bindings = args[:iam_bindings] if args.key?(:iam_bindings)
@indicator = args[:indicator] if args.key?(:indicator)
@kubernetes = args[:kubernetes] if args.key?(:kubernetes)
@mitre_attack = args[:mitre_attack] if args.key?(:mitre_attack)