Class: Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord

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

Overview

The record of a dynamic mute rule that matches the finding.

Instance Attribute Summary collapse

Instance Attribute Details

#match_time::Google::Protobuf::Timestamp

Returns When the dynamic mute rule first matched the finding.

Returns:



299
300
301
302
# File 'proto_docs/google/cloud/securitycenter/v1/finding.rb', line 299

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

#mute_config::String

Returns The relative resource name of the mute rule, represented by a mute config, that created this record, for example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.

Returns:

  • (::String)

    The relative resource name of the mute rule, represented by a mute config, that created this record, for example organizations/123/muteConfigs/mymuteconfig or organizations/123/locations/global/muteConfigs/mymuteconfig.



299
300
301
302
# File 'proto_docs/google/cloud/securitycenter/v1/finding.rb', line 299

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