Security Command Center v2 API - Class UpdateSecurityMarksRequest (1.0.0-beta03)

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.

Inheritance

object > UpdateSecurityMarksRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

UpdateSecurityMarksRequest()

public UpdateSecurityMarksRequest()

UpdateSecurityMarksRequest(UpdateSecurityMarksRequest)

public UpdateSecurityMarksRequest(UpdateSecurityMarksRequest other)
Parameter
Name Description
other UpdateSecurityMarksRequest

Properties

SecurityMarks

public SecurityMarks SecurityMarks { get; set; }

Required. The security marks resource to update.

Property Value
Type Description
SecurityMarks

UpdateMask

public FieldMask UpdateMask { get; set; }

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>".

Property Value
Type Description
FieldMask