Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::UpdateFindingRequest.
Request message for updating or creating a finding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#finding
def finding() -> ::Google::Cloud::SecurityCenter::V1::Finding- 
        (::Google::Cloud::SecurityCenter::V1::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 be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length. 
#finding=
def finding=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding- 
        value (::Google::Cloud::SecurityCenter::V1::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 be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length. 
- 
        (::Google::Cloud::SecurityCenter::V1::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 be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length. 
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask- 
        (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the finding resource. This field should
not be specified when creating a finding.When updating a finding, an empty mask is treated as updating all mutable fields and replacing source_properties. Individual source_properties can be added/updated by using "source_properties. 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask- 
        value (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the finding resource. This field should
not be specified when creating a finding.When updating a finding, an empty mask is treated as updating all mutable fields and replacing source_properties. Individual source_properties can be added/updated by using "source_properties. 
- 
        (::Google::Protobuf::FieldMask) — The FieldMask to use when updating the finding resource. This field should
not be specified when creating a finding.When updating a finding, an empty mask is treated as updating all mutable fields and replacing source_properties. Individual source_properties can be added/updated by using "source_properties.