Class: Google::Cloud::SecurityCenter::V2::SetMuteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::SetMuteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb
Overview
Request message for updating a finding's mute status.
Instance Attribute Summary collapse
-
#mute ⇒ ::Google::Cloud::SecurityCenter::V2::Finding::Mute
Required.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#mute ⇒ ::Google::Cloud::SecurityCenter::V2::Finding::Mute
Returns Required. The desired state of the Mute.
1085 1086 1087 1088 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 1085 class SetMuteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The relative resource name of the finding. If no location is specified, finding is assumed to be in global. The following list shows some examples:
+
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
+
organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
folders/{folder_id}/sources/{source_id}/findings/{finding_id}
+folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
projects/{project_id}/sources/{source_id}/findings/{finding_id}
+projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
.
1085 1086 1087 1088 |
# File 'proto_docs/google/cloud/securitycenter/v2/securitycenter_service.rb', line 1085 class SetMuteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |