Class: Google::Cloud::SecurityCenter::V1::SetMuteRequest

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 mute status.

Instance Attribute Summary collapse

Instance Attribute Details

#mute::Google::Cloud::SecurityCenter::V1::Finding::Mute

Returns Required. The desired state of the Mute.

Returns:



1602
1603
1604
1605
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1602

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

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



1602
1603
1604
1605
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1602

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