Class: Google::Cloud::SecurityCenter::V2::Finding::MuteInfo::DynamicMuteRecord
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Finding::MuteInfo::DynamicMuteRecord
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/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/mymuteconfigororganizations/123/locations/global/muteConfigs/mymuteconfig.
Instance Attribute Details
#match_time ⇒ ::Google::Protobuf::Timestamp
Returns When the dynamic mute rule first matched the finding.
361 362 363 364 |
# File 'proto_docs/google/cloud/securitycenter/v2/finding.rb', line 361 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.
361 362 363 364 |
# File 'proto_docs/google/cloud/securitycenter/v2/finding.rb', line 361 class DynamicMuteRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |