google_api_security_center v0.10.0 GoogleApi.SecurityCenter.V1.Model.ListFindingsResult View Source

Result containing the Finding and its StateChange.

Attributes

  • finding (type: GoogleApi.SecurityCenter.V1.Model.Finding.t, default: nil) - Finding matching the search request.
  • resource (type: GoogleApi.SecurityCenter.V1.Model.Resource.t, default: nil) - Output only. Resource that is associated with this finding.
  • stateChange (type: String.t, default: nil) - State change of the finding between the points in time.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.SecurityCenter.V1.Model.ListFindingsResult{
  finding: GoogleApi.SecurityCenter.V1.Model.Finding.t(),
  resource: GoogleApi.SecurityCenter.V1.Model.Resource.t(),
  stateChange: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.