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 document provides reference documentation for the `UpdateSecurityMarksRequest` class within the Security Command Center v2 API."],["`UpdateSecurityMarksRequest` is used to update a `SecurityMarks` resource and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `UpdateSecurityMarksRequest` instance, and has two properties named `SecurityMarks` and `UpdateMask`."],["The `SecurityMarks` property is a required field to specify the security marks resource to be updated, and the `UpdateMask` property defines how the update should occur, with options to update specific marks or replace all of them."],["This class resides within the `Google.Cloud.SecurityCenter.V2` namespace and is part of the `Google.Cloud.SecurityCenter.V2.dll` assembly."]]],[]]