Class: Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord
- 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
-
#match_time ⇒ ::Google::Protobuf::Timestamp
When the dynamic mute rule first matched the finding.
-
#mute_config ⇒ ::String
The relative resource name of the mute rule, represented by a mute config, that created this record, for example
organizations/123/muteConfigs/mymuteconfig
ororganizations/123/locations/global/muteConfigs/mymuteconfig
.
Instance Attribute Details
#match_time ⇒ ::Google::Protobuf::Timestamp
Returns When the dynamic mute rule first matched the finding.
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
.
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 |