Class SetFindingStateRequest (1.9.0)

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

Request message for updating a finding's state.

Attributes

NameDescription
name str
Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}".
state google.cloud.securitycenter_v1p1beta1.types.Finding.State
Required. The desired State of the finding.
start_time google.protobuf.timestamp_pb2.Timestamp
Required. The time at which the updated state takes effect.