public sealed class UpdateSecurityMarksRequest : IMessage<UpdateSecurityMarksRequest>, IEquatable<UpdateSecurityMarksRequest>, IDeepCloneable<UpdateSecurityMarksRequest>, IBufferMessage, IMessage
Request message for updating a SecurityMarks resource.
Implements
IMessage<UpdateSecurityMarksRequest>, IEquatable<UpdateSecurityMarksRequest>, IDeepCloneable<UpdateSecurityMarksRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |