Class UpdateSecurityMarksRequest (1.7.0)

UpdateSecurityMarksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for updating a SecurityMarks resource.

Attributes

NameDescription
security_marks google.cloud.securitycenter_v1p1beta1.types.SecurityMarks
Required. The security marks resource to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
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.
start_time google.protobuf.timestamp_pb2.Timestamp
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.