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

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

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

Request message for updating or creating a finding.

Inheritance

object > UpdateFindingRequest

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Constructors

UpdateFindingRequest()

public UpdateFindingRequest()

UpdateFindingRequest(UpdateFindingRequest)

public UpdateFindingRequest(UpdateFindingRequest other)
Parameter
NameDescription
otherUpdateFindingRequest

Properties

Finding

public Finding Finding { get; set; }

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.

Property Value
TypeDescription
Finding

UpdateMask

public FieldMask UpdateMask { get; set; }

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.<property key>" in the field mask.

Property Value
TypeDescription
FieldMask