Security Command Center v2 API - Class ListFindingsResponse.Types.ListFindingsResult (1.0.0-beta03)

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 Security Command Center v2 API class ListFindingsResponse.Types.ListFindingsResult.

Result containing the Finding.

Inheritance

object > ListFindingsResponse.Types.ListFindingsResult

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

ListFindingsResult()

public ListFindingsResult()

ListFindingsResult(ListFindingsResult)

public ListFindingsResult(ListFindingsResponse.Types.ListFindingsResult other)
Parameter
Name Description
other ListFindingsResponseTypesListFindingsResult

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
ListFindingsResponseTypesListFindingsResultTypesResource