Chronicle v1 API - Class UpdateFindingsRefinementDeploymentRequest (1.0.0-beta07)

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

Reference documentation and code samples for the Chronicle v1 API class UpdateFindingsRefinementDeploymentRequest.

Request message for UpdateFindingsRefinementDeployment method.

Inheritance

object > UpdateFindingsRefinementDeploymentRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

UpdateFindingsRefinementDeploymentRequest()

public UpdateFindingsRefinementDeploymentRequest()

UpdateFindingsRefinementDeploymentRequest(UpdateFindingsRefinementDeploymentRequest)

public UpdateFindingsRefinementDeploymentRequest(UpdateFindingsRefinementDeploymentRequest other)
Parameter
Name Description
other UpdateFindingsRefinementDeploymentRequest

Properties

FindingsRefinementDeployment

public FindingsRefinementDeployment FindingsRefinementDeployment { get; set; }

Required. The findings refinement deployment to update.

The findings refinement deployment's name field is used to identify the findings refinement deployment to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment

Property Value
Type Description
FindingsRefinementDeployment

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update. If * is provided, all fields will be updated.

Property Value
Type Description
FieldMask