Show / Hide Table of Contents

Class ListFindingsResult

Result containing the Finding and its StateChange.

Inheritance
object
ListFindingsResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class ListFindingsResult : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Finding

Finding matching the search request.

Declaration
[JsonProperty("finding")]
public virtual Finding Finding { get; set; }
Property Value
Type Description
Finding

Resource

Output only. Resource that is associated with this finding.

Declaration
[JsonProperty("resource")]
public virtual Resource Resource { get; set; }
Property Value
Type Description
Resource

StateChange

State change of the finding between the points in time.

Declaration
[JsonProperty("stateChange")]
public virtual string StateChange { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX