Google Cloud Security Command Center v1 API - Class ListFindingsResponse.Types.ListFindingsResult (3.20.0)

public sealed class ListFindingsResponse.Types.ListFindingsResult : IMessage<ListFindingsResponse.Types.ListFindingsResult>, IEquatable<ListFindingsResponse.Types.ListFindingsResult>, IDeepCloneable<ListFindingsResponse.Types.ListFindingsResult>, IBufferMessage, IMessage

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

Result containing the Finding and its StateChange.

Inheritance

object > ListFindingsResponse.Types.ListFindingsResult

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListFindingsResult()

public ListFindingsResult()

ListFindingsResult(ListFindingsResult)

public ListFindingsResult(ListFindingsResponse.Types.ListFindingsResult other)
Parameter
NameDescription
otherListFindingsResponseTypesListFindingsResult

Properties

Finding

public Finding Finding { get; set; }

Finding matching the search request.

Property Value
TypeDescription
Finding

Resource

public ListFindingsResponse.Types.ListFindingsResult.Types.Resource Resource { get; set; }

Output only. Resource that is associated with this finding.

Property Value
TypeDescription
ListFindingsResponseTypesListFindingsResultTypesResource

StateChange

public ListFindingsResponse.Types.ListFindingsResult.Types.StateChange StateChange { get; set; }

State change of the finding between the points in time.

Property Value
TypeDescription
ListFindingsResponseTypesListFindingsResultTypesStateChange