GoogleApi.SecurityCenter.V1.Model.SetFindingStateRequest (google_api_security_center v0.39.0)
View SourceRequest message for updating a finding's state.
Attributes
-
startTime(type:DateTime.t, default:nil) - Optional. The time at which the updated state takes effect. If unset, defaults to the request time. -
state(type:String.t, default:nil) - Required. The desired State of the finding.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.SetFindingStateRequest{ startTime: DateTime.t() | nil, state: String.t() | nil }