Google Cloud Security Command Center v1p1beta1 API - Class UpdateSecurityMarksRequest (3.0.0-beta04)

public sealed class UpdateSecurityMarksRequest : IMessage<UpdateSecurityMarksRequest>, IEquatable<UpdateSecurityMarksRequest>, IDeepCloneable<UpdateSecurityMarksRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class UpdateSecurityMarksRequest.

Request message for updating a SecurityMarks resource.

Inheritance

object > UpdateSecurityMarksRequest

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Constructors

UpdateSecurityMarksRequest()

public UpdateSecurityMarksRequest()

UpdateSecurityMarksRequest(UpdateSecurityMarksRequest)

public UpdateSecurityMarksRequest(UpdateSecurityMarksRequest other)
Parameter
NameDescription
otherUpdateSecurityMarksRequest

Properties

SecurityMarks

public SecurityMarks SecurityMarks { get; set; }

Required. The security marks resource to update.

Property Value
TypeDescription
SecurityMarks

StartTime

public Timestamp StartTime { get; set; }

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.

Property Value
TypeDescription
Timestamp

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
TypeDescription
FieldMask