Class: Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Finding::MuteInfo::StaticMute
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/finding.rb
Overview
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.
Instance Attribute Summary collapse
-
#apply_time ⇒ ::Google::Protobuf::Timestamp
When the static mute was applied.
-
#state ⇒ ::Google::Cloud::SecurityCenter::V1::Finding::Mute
The static mute state.
Instance Attribute Details
#apply_time ⇒ ::Google::Protobuf::Timestamp
Returns When the static mute was applied.
284 285 286 287 |
# File 'proto_docs/google/cloud/securitycenter/v1/finding.rb', line 284 class StaticMute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Returns The static mute state. If the value is MUTED
or UNMUTED
, then the
finding's overall mute state will have the same value.
284 285 286 287 |
# File 'proto_docs/google/cloud/securitycenter/v1/finding.rb', line 284 class StaticMute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |