public sealed class UpdateSourceRequest : IMessage<UpdateSourceRequest>, IEquatable<UpdateSourceRequest>, IDeepCloneable<UpdateSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateSourceRequest.
[[["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."],[[["This document provides reference information for the `UpdateSourceRequest` class within the Security Command Center v2 API in .NET."],["The `UpdateSourceRequest` class is used to send a request to update a source and is available in version 1.0.0-beta04 and the latest version 1.1.0 of the API."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateSourceRequest` include `Source`, which is the source resource to be updated, and `UpdateMask`, which determines which fields of the source will be modified."],["There are two constructors available, one for a new instance of `UpdateSourceRequest` and the other as a copy constructor."]]],[]]