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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]