public sealed class UpdateExternalSystemRequest : IMessage<UpdateExternalSystemRequest>, IEquatable<UpdateExternalSystemRequest>, IDeepCloneable<UpdateExternalSystemRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateExternalSystemRequest.
Request message for updating a ExternalSystem resource.
[[["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-03-21 UTC."],[[["The `UpdateExternalSystemRequest` class is used to send requests for updating an `ExternalSystem` resource in the Security Command Center v2 API."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateExternalSystemRequest` class offers two constructors, a default and one that takes another `UpdateExternalSystemRequest` as an argument."],["It includes two properties: `ExternalSystem`, which is the resource to update, and `UpdateMask`, which specifies the fields to be modified."],["The namespace for this class is `Google.Cloud.SecurityCenter.V2`, and it is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]