public sealed class UpdateSecurityMarksRequest : IMessage<UpdateSecurityMarksRequest>, IEquatable<UpdateSecurityMarksRequest>, IDeepCloneable<UpdateSecurityMarksRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class UpdateSecurityMarksRequest.
Request message for updating a SecurityMarks resource.
The time at which the updated SecurityMarks take effect.
If not set uses current server time. Updates will be applied to the
SecurityMarks that are active immediately preceding this time. Must be
earlier or equal to the server time.
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 Google Cloud Security Center v1 API, specifically detailing its implementation and usage in .NET."],["The latest version of the API for this request is 3.24.0, and the document covers all prior versions dating back to version 2.2.0, all of which are available through the given hyperlinks."],["The `UpdateSecurityMarksRequest` class is used to modify the `SecurityMarks` resource, which can be done either by replacing all existing marks or by updating specific marks using the `UpdateMask` property."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, detailing how it can be used."],["The `UpdateSecurityMarksRequest` has multiple properties such as `SecurityMarks`, `StartTime`, and `UpdateMask` which are all documented with their type and description, alongside details on how these are used."]]],[]]