public sealed class UpdateSecurityMarksRequest : IMessage<UpdateSecurityMarksRequest>, IEquatable<UpdateSecurityMarksRequest>, IDeepCloneable<UpdateSecurityMarksRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class UpdateSecurityMarksRequest.
Request message for updating a SecurityMarks resource.
The FieldMask to use when updating the security marks resource.
The field mask must not contain duplicate fields.
If empty or set to "marks", all marks will be replaced. Individual
marks can be updated using "marks.<mark_key>".
[[["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 documentation is for the `UpdateSecurityMarksRequest` class within the Google Cloud Security Center v2 API, specifically version 1.1.0, which is the latest release."],["The `UpdateSecurityMarksRequest` class is used to update a `SecurityMarks` resource, and it inherits from `object` while implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class provides two constructors: a default one and another that accepts an `UpdateSecurityMarksRequest` object for cloning purposes."],["It includes two properties: `SecurityMarks`, which represents the security marks to be updated, and `UpdateMask`, which specifies how the update should be performed."],["The namespace for this class is `Google.Cloud.SecurityCenter.V2`, and the relevant assembly is `Google.Cloud.SecurityCenter.V2.dll`."]]],[]]