Class: Google::Cloud::SecurityCenter::V1p1beta1::SetFindingStateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb

Overview

Request message for updating a finding’s state.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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}”.

Returns:

  • (::String)

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



950
951
952
953
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 950

class SetFindingStateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Required. The time at which the updated state takes effect.

Returns:



950
951
952
953
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 950

class SetFindingStateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#state::Google::Cloud::SecurityCenter::V1p1beta1::Finding::State

Returns Required. The desired State of the finding.

Returns:



950
951
952
953
# File 'proto_docs/google/cloud/securitycenter/v1p1beta1/securitycenter_service.rb', line 950

class SetFindingStateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end