GoogleApi.SecurityCenter.V1.Model.ListFindingsResult (google_api_security_center v0.39.0)
View SourceResult 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }