Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord.
The record of a dynamic mute rule that matches the finding.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#match_time
def match_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — When the dynamic mute rule first matched the finding.
#match_time=
def match_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — When the dynamic mute rule first matched the finding.
Returns
- (::Google::Protobuf::Timestamp) — When the dynamic mute rule first matched the finding.
#mute_config
def mute_config() -> ::String
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
ororganizations/123/locations/global/muteConfigs/mymuteconfig
.
#mute_config=
def mute_config=(value) -> ::String
Parameter
-
value (::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
.
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
ororganizations/123/locations/global/muteConfigs/mymuteconfig
.