Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::SetMuteRequest.
Request message for updating a finding's mute status.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mute
def mute() -> ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Returns
- (::Google::Cloud::SecurityCenter::V1::Finding::Mute) — Required. The desired state of the Mute.
#mute=
def mute=(value) -> ::Google::Cloud::SecurityCenter::V1::Finding::Mute
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Finding::Mute) — Required. The desired state of the Mute.
Returns
- (::Google::Cloud::SecurityCenter::V1::Finding::Mute) — Required. The desired state of the Mute.
#name
def name() -> ::String
Returns
- (::String) — 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}".
#name=
def name=(value) -> ::String
Parameter
- value (::String) — 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}".
Returns
- (::String) — 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}".