Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute.
Information about the static mute state. A static mute state overrides any dynamic mute rules that apply to this finding. The static mute state can be set by a static mute rule or by muting the finding directly.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#apply_time
def apply_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — When the static mute was applied.
#apply_time=
def apply_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — When the static mute was applied.
Returns
- (::Google::Protobuf::Timestamp) — When the static mute was applied.
#state
def state() -> ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Returns
-
(::Google::Cloud::SecurityCenter::V1::Finding::Mute) — The static mute state. If the value is
MUTED
orUNMUTED
, then the finding's overall mute state will have the same value.
#state=
def state=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Parameter
-
value (::Google::Cloud::SecurityCenter::V1::Finding::Mute) — The static mute state. If the value is
MUTED
orUNMUTED
, then the finding's overall mute state will have the same value.
Returns
-
(::Google::Cloud::SecurityCenter::V1::Finding::Mute) — The static mute state. If the value is
MUTED
orUNMUTED
, then the finding's overall mute state will have the same value.