Class ListFindingsResult
Result containing the Finding and its StateChange.
Implements
Inherited Members
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 |