Google Cloud Security Command Center v1 API - Class SetFindingStateRequest (3.20.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SetFindingStateRequest.

Request message for updating a finding's state.

Inheritance

object > SetFindingStateRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

SetFindingStateRequest()

public SetFindingStateRequest()

SetFindingStateRequest(SetFindingStateRequest)

public SetFindingStateRequest(SetFindingStateRequest other)
Parameter
NameDescription
otherSetFindingStateRequest

Properties

FindingName

public FindingName FindingName { get; set; }

FindingName-typed view over the Name resource name property.

Property Value
TypeDescription
FindingName

Name

public string Name { get; set; }

Required. The relative resource name of the finding. Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}", "projects/{project_id}/sources/{source_id}/findings/{finding_id}".

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

Required. The time at which the updated state takes effect.

Property Value
TypeDescription
Timestamp

State

public Finding.Types.State State { get; set; }

Required. The desired State of the finding.

Property Value
TypeDescription
FindingTypesState