Response message for listing findings.
| JSON representation | 
|---|
| {
  "listFindingsResults": [
    {
      object ( | 
| Fields | |
|---|---|
| listFindingsResults[] | 
 Findings matching the list request. | 
| readTime | 
 Time used for executing the list request. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| nextPageToken | 
 Token to retrieve the next page of results, or empty if there are no more results. | 
| totalSize | 
 The total number of findings matching the query. | 
ListFindingsResult
Result containing the Finding and its StateChange.
| JSON representation | 
|---|
| { "finding": { object ( | 
| Fields | |
|---|---|
| finding | 
 Finding matching the search request. | 
| stateChange | 
 State change of the finding between the points in time. | 
| resource | 
 Output only. Resource that is associated with this finding. | 
StateChange
The change in state of the finding.
When querying across two points in time this describes the change in the finding between the two points: CHANGED, UNCHANGED, ADDED, or REMOVED. Findings can not be deleted, so REMOVED implies that the finding at timestamp does not match the filter specified, but it did at timestamp - compareDuration. If there was no compareDuration supplied in the request the state change will be: UNUSED
| Enums | |
|---|---|
| UNUSED | State change is unused, this is the canonical default for this enum. | 
| CHANGED | The finding has changed state in some way between the points in time and existed at both points. | 
| UNCHANGED | The finding has not changed state between the points in time and existed at both points. | 
| ADDED | The finding was created between the points in time. | 
| REMOVED | The finding at timestamp does not match the filter specified, but it did at timestamp - compareDuration. | 
Resource
Information related to the Google Cloud resource that is associated with this finding.
| JSON representation | 
|---|
| {
  "name": string,
  "projectName": string,
  "projectDisplayName": string,
  "parentName": string,
  "parentDisplayName": string,
  "folders": [
    {
      object ( | 
| Fields | |
|---|---|
| name | 
 The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name | 
| projectName | 
 The full resource name of project that the resource belongs to. | 
| projectDisplayName | 
 The project id that the resource belongs to. | 
| parentName | 
 The full resource name of resource's parent. | 
| parentDisplayName | 
 The human readable name of resource's parent. | 
| folders[] | 
 Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization. |