Class ListFindingsResult (1.7.0)

ListFindingsResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result containing the Finding and its StateChange.

Attributes

NameDescription
finding google.cloud.securitycenter_v1.types.Finding
Finding matching the search request.
state_change google.cloud.securitycenter_v1.types.ListFindingsResponse.ListFindingsResult.StateChange
State change of the finding between the points in time.
resource google.cloud.securitycenter_v1.types.ListFindingsResponse.ListFindingsResult.Resource
Output only. Resource that is associated with this finding.

Classes

Resource

Resource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information related to the Google Cloud resource that is associated with this finding.

StateChange

StateChange(value)

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 - compare_duration. If there was no compare_duration supplied in the request the state change will be: UNUSED