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 page provides reference documentation for the `UpdateSecurityMarksRequest` class within the Google Cloud Security Center v1 API, specifically version 3.19.0."],["The `UpdateSecurityMarksRequest` class is used to update a `SecurityMarks` resource and is part of the `Google.Cloud.SecurityCenter.V1` namespace, found in the `Google.Cloud.SecurityCenter.V1.dll` assembly."],["The page offers documentation for properties like `SecurityMarks`, `StartTime`, and `UpdateMask`, which are essential for configuring how the update request is executed, while also showing the implementation of other interfaces."],["The page lists various versions of the API, with version 3.24.0 being the most recent version, and each version linking to its respective UpdateSecurityMarksRequest documentation."],["The documentation presents the class's constructors and their parameters, which include a default constructor and one that accepts another UpdateSecurityMarksRequest object for parameterization."]]],[]]