Class: Google::Cloud::SecurityCenter::V1::SetMuteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::SetMuteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Request message for updating a finding's mute status.
Instance Attribute Summary collapse
-
#mute ⇒ ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#mute ⇒ ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Returns Required. The desired state of the Mute.
1602 1603 1604 1605 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1602 class SetMuteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The relative resource
name
of the finding. Example:
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
,
folders/{folder_id}/sources/{source_id}/findings/{finding_id}
,
projects/{project_id}/sources/{source_id}/findings/{finding_id}
.
1602 1603 1604 1605 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 1602 class SetMuteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |