GoogleCloudSecuritycenterV1ExternalSystem class
Representation of third party SIEM/SOAR fields within SCC.
Constructors
-
GoogleCloudSecuritycenterV1ExternalSystem.new({List<
String> ? assignees, String? externalSystemUpdateTime, String? externalUid, String? name, String? status}) - GoogleCloudSecuritycenterV1ExternalSystem.fromJson(Map json_)
Properties
-
assignees
↔ List<
String> ? -
References primary/secondary etc assignees 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
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