public sealed class ListFindingsResult : IMessage<ListFindingsResponse.Types.ListFindingsResult>, IEquatable<ListFindingsResponse.Types.ListFindingsResult>, IDeepCloneable<ListFindingsResponse.Types.ListFindingsResult>, IBufferMessage, IMessage
Result containing the Finding and its StateChange.
Implements
IMessage<ListFindingsResponse.Types.ListFindingsResult>, IEquatable<ListFindingsResponse.Types.ListFindingsResult>, IDeepCloneable<ListFindingsResponse.Types.ListFindingsResult>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListFindingsResult()
public ListFindingsResult()
ListFindingsResult(ListFindingsResponse.Types.ListFindingsResult)
public ListFindingsResult(ListFindingsResponse.Types.ListFindingsResult other)
Parameter | |
---|---|
Name | Description |
other | ListFindingsResponse.Types.ListFindingsResult |
Properties
Finding
public Finding Finding { get; set; }
Finding matching the search request.
Property Value | |
---|---|
Type | Description |
Finding |
Resource
public ListFindingsResponse.Types.ListFindingsResult.Types.Resource Resource { get; set; }
Output only. Resource that is associated with this finding.
Property Value | |
---|---|
Type | Description |
ListFindingsResponse.Types.ListFindingsResult.Types.Resource |
StateChange
public ListFindingsResponse.Types.ListFindingsResult.Types.StateChange StateChange { get; set; }
State change of the finding between the points in time.
Property Value | |
---|---|
Type | Description |
ListFindingsResponse.Types.ListFindingsResult.Types.StateChange |