Class UpdateFindingRequest (1.5.2)

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

Request message for updating or creating a finding. .. attribute:: finding

Required. The finding resource to update or create if it does not already exist. parent, security_marks, and update_time will be ignored.

In the case of creation, the finding id portion of the name must alphanumeric and less than or equal to 32 characters and greater than 0 characters in length.

:type: google.cloud.securitycenter_v1beta1.types.Finding

Attribute

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
The FieldMask to use when updating the finding resource. This field should not be specified when creating a finding.