GoogleCloudSecuritycenterV1ExternalSystem class

Representation of third party SIEM/SOAR fields within SCC.

Constructors

GoogleCloudSecuritycenterV1ExternalSystem({List<String>? assignees, String? caseCloseTime, String? caseCreateTime, String? casePriority, String? caseSla, String? caseUri, String? externalSystemUpdateTime, String? externalUid, String? name, String? status, TicketInfo? ticketInfo})
GoogleCloudSecuritycenterV1ExternalSystem.fromJson(Map json_)

Properties

assignees List<String>?
References primary/secondary etc assignees in the external system.
getter/setter pair
caseCloseTime String?
The time when the case was closed, as reported by the external system.
getter/setter pair
caseCreateTime String?
The time when the case was created, as reported by the external system.
getter/setter pair
casePriority String?
The priority of the finding's corresponding case in the external system.
getter/setter pair
caseSla String?
The SLA of the finding's corresponding case in the external system.
getter/setter pair
caseUri String?
The link to the finding's corresponding case in the external system.
getter/setter pair
externalSystemUpdateTime String?
The time when the case was last updated, as reported by the external system.
getter/setter pair
externalUid String?
The identifier that's used to track the finding's corresponding case in the external system.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Full resource name of the external system, for example: "organizations/1234/sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/123456/externalSystems/jira"
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The most recent status of the finding's corresponding case, as reported by the external system.
getter/setter pair
ticketInfo TicketInfo?
Information about the ticket, if any, that is being used to track the resolution of the issue that is identified by this finding.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited