Class SetFindingStateRequest (1.5.2)

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

Request message for updating a finding's state. .. attribute:: name

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}".

:type: str

Attributes

NameDescription
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.