public sealed class SetFindingStateRequest : IMessage<SetFindingStateRequest>, IEquatable<SetFindingStateRequest>, IDeepCloneable<SetFindingStateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class SetFindingStateRequest.
Request message for updating a finding's state.
Implements
IMessageSetFindingStateRequest, IEquatableSetFindingStateRequest, IDeepCloneableSetFindingStateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1P1Beta1Assembly
Google.Cloud.SecurityCenter.V1P1Beta1.dll
Constructors
SetFindingStateRequest()
public SetFindingStateRequest()SetFindingStateRequest(SetFindingStateRequest)
public SetFindingStateRequest(SetFindingStateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SetFindingStateRequest |
Properties
FindingName
public FindingName FindingName { get; set; }FindingName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
FindingName |
|
Name
public string Name { get; set; }Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}".
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public Timestamp StartTime { get; set; }Required. The time at which the updated state takes effect.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public Finding.Types.State State { get; set; }Required. The desired State of the finding.
| Property Value | |
|---|---|
| Type | Description |
FindingTypesState |
|