lib/google/apis/securitycenter_v1beta2/representations.rb in google-apis-securitycenter_v1beta2-0.60.0 vs lib/google/apis/securitycenter_v1beta2/representations.rb in google-apis-securitycenter_v1beta2-0.61.0

- old
+ new

@@ -500,10 +500,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class TicketInfo + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class VirtualMachineThreatDetectionSettings class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -976,14 +982,19 @@ class GoogleCloudSecuritycenterV1ExternalSystem # @private class Representation < Google::Apis::Core::JsonRepresentation collection :assignees, as: 'assignees' + property :case_priority, as: 'casePriority' + property :case_sla, as: 'caseSla' + property :case_uri, as: 'caseUri' property :external_system_update_time, as: 'externalSystemUpdateTime' property :external_uid, as: 'externalUid' property :name, as: 'name' property :status, as: 'status' + property :ticket_info, as: 'ticketInfo', class: Google::Apis::SecuritycenterV1beta2::TicketInfo, decorator: Google::Apis::SecuritycenterV1beta2::TicketInfo::Representation + end end class GoogleCloudSecuritycenterV1MuteConfig # @private @@ -1440,9 +1451,21 @@ class Representation < Google::Apis::Core::JsonRepresentation property :details, as: 'details', class: Google::Apis::SecuritycenterV1beta2::Details, decorator: Google::Apis::SecuritycenterV1beta2::Details::Representation property :name, as: 'name' property :tier, as: 'tier' + end + end + + class TicketInfo + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :assignee, as: 'assignee' + property :description, as: 'description' + property :id, as: 'id' + property :status, as: 'status' + property :update_time, as: 'updateTime' + property :uri, as: 'uri' end end class VirtualMachineThreatDetectionSettings # @private