Class ExternalSystem (1.11.0)

ExternalSystem(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Representation of third party SIEM/SOAR fields within SCC.

Attributes

NameDescription
name str
External System Name e.g. jira, demisto, etc. e.g.: ``organizations/1234/sources/5678/findings/123456/externalSystems/jira`` ``folders/1234/sources/5678/findings/123456/externalSystems/jira`` ``projects/1234/sources/5678/findings/123456/externalSystems/jira``
assignees Sequence[str]
References primary/secondary etc assignees in the external system.
external_uid str
Identifier that's used to track the given finding in the external system.
status str
Most recent status of the corresponding finding's ticket/tracker in the external system.
external_system_update_time google.protobuf.timestamp_pb2.Timestamp
The most recent time when the corresponding finding's ticket/tracker was updated in the external system.

Inheritance

builtins.object > proto.message.Message > ExternalSystem