[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExternalSystem\u003c/code\u003e class represents third-party SIEM/SOAR fields within Security Command Center v2 API.\u003c/p\u003e\n"],["\u003cp\u003eIt allows for tracking and managing cases related to security findings in external systems, with details like priority, status, and assignees.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eProperties include \u003ccode\u003eCaseCloseTime\u003c/code\u003e, \u003ccode\u003eCaseCreateTime\u003c/code\u003e, \u003ccode\u003eCasePriority\u003c/code\u003e, \u003ccode\u003eCaseSla\u003c/code\u003e, \u003ccode\u003eCaseUri\u003c/code\u003e, and \u003ccode\u003eExternalSystemUpdateTime\u003c/code\u003e, among others, which help to describe and track a case.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExternalSystem\u003c/code\u003e class contains a nested \u003ccode\u003eTicketInfo\u003c/code\u003e type to manage details about tickets being used to resolve identified issues.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class ExternalSystem (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExternalSystem)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.ExternalSystem)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.ExternalSystem) \n\n public sealed class ExternalSystem : IMessage\u003cExternalSystem\u003e, IEquatable\u003cExternalSystem\u003e, IDeepCloneable\u003cExternalSystem\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class ExternalSystem.\n\nRepresentation of third party SIEM/SOAR fields within SCC. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExternalSystem \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExternalSystem](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExternalSystem), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExternalSystem](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExternalSystem), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExternalSystem](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExternalSystem), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### ExternalSystem()\n\n public ExternalSystem()\n\n### ExternalSystem(ExternalSystem)\n\n public ExternalSystem(ExternalSystem other)\n\nProperties\n----------\n\n### Assignees\n\n public RepeatedField\u003cstring\u003e Assignees { get; }\n\nReferences primary/secondary etc assignees in the external system.\n\n### CaseCloseTime\n\n public Timestamp CaseCloseTime { get; set; }\n\nThe time when the case was closed, as reported by the external system.\n\n### CaseCreateTime\n\n public Timestamp CaseCreateTime { get; set; }\n\nThe time when the case was created, as reported by the external system.\n\n### CasePriority\n\n public string CasePriority { get; set; }\n\nThe priority of the finding's corresponding case in the external system.\n\n### CaseSla\n\n public Timestamp CaseSla { get; set; }\n\nThe SLA of the finding's corresponding case in the external system.\n\n### CaseUri\n\n public string CaseUri { get; set; }\n\nThe link to the finding's corresponding case in the external system.\n\n### ExternalSystemName\n\n public ExternalSystemName ExternalSystemName { get; set; }\n\n[ExternalSystemName](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExternalSystemName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.ExternalSystem#Google_Cloud_SecurityCenter_V2_ExternalSystem_Name) resource name property.\n\n### ExternalSystemUpdateTime\n\n public Timestamp ExternalSystemUpdateTime { get; set; }\n\nThe time when the case was last updated, as reported by the external\nsystem.\n\n### ExternalUid\n\n public string ExternalUid { get; set; }\n\nThe identifier that's used to track the finding's corresponding case in the\nexternal system.\n\n### Name\n\n public string Name { get; set; }\n\nFull resource name of the external system. The following list\nshows some examples:\n\n- `organizations/1234/sources/5678/findings/123456/externalSystems/jira` + `organizations/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`\n- `folders/1234/sources/5678/findings/123456/externalSystems/jira` + `folders/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`\n- `projects/1234/sources/5678/findings/123456/externalSystems/jira` + `projects/1234/sources/5678/locations/us/findings/123456/externalSystems/jira`\n\n### Status\n\n public string Status { get; set; }\n\nThe most recent status of the finding's corresponding case, as reported by\nthe external system.\n\n### TicketInfo\n\n public ExternalSystem.Types.TicketInfo TicketInfo { get; set; }\n\nInformation about the ticket, if any, that is being used to track the\nresolution of the issue that is identified by this finding."]]