GoogleApi.SecurityCenter.V1.Model.ListFindingsResult (google_api_security_center v0.19.2) 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
Specs
t() :: %GoogleApi.SecurityCenter.V1.Model.ListFindingsResult{ finding: GoogleApi.SecurityCenter.V1.Model.Finding.t() | nil, resource: GoogleApi.SecurityCenter.V1.Model.Resource.t() | nil, stateChange: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.