Class: Google::Cloud::SecurityCenter::V1::SetFindingStateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/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. Example: organizations/{organization_id}/sources/{source_id}/findings/{finding_id}, folders/{folder_id}/sources/{source_id}/findings/{finding_id}, projects/{project_id}/sources/{source_id}/findings/{finding_id}.

Returns:

  • (::String)

    Required. The relative resource name of the finding. Example: organizations/{organization_id}/sources/{source_id}/findings/{finding_id}, folders/{folder_id}/sources/{source_id}/findings/{finding_id}, projects/{project_id}/sources/{source_id}/findings/{finding_id}.



1585
1586
1587
1588
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1585

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:



1585
1586
1587
1588
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1585

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

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

Returns Required. The desired State of the finding.

Returns:



1585
1586
1587
1588
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1585

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