Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Finding::MuteInfo.
Mute information about the finding, including whether the finding has a static mute or any matching dynamic mute rules.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dynamic_mute_records
def dynamic_mute_records() -> ::Array<::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord>
    Returns
    
  - (::Array<::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord>) — The list of dynamic mute rules that currently match the finding.
#dynamic_mute_records=
def dynamic_mute_records=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord>
    Parameter
    
  - value (::Array<::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord>) — The list of dynamic mute rules that currently match the finding.
    Returns
    
  - (::Array<::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::DynamicMuteRecord>) — The list of dynamic mute rules that currently match the finding.
#static_mute
def static_mute() -> ::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute
    Returns
    
  - (::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute) — If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
#static_mute=
def static_mute=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute
    Parameter
    
  - value (::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute) — If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.
    Returns
    
- (::Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute) — If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.