Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class SetMuteRequest.
Request message for updating a finding's mute status.
Generated from protobuf message google.cloud.securitycenter.v1.SetMuteRequest
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
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}
.
↳ mute
int
Required. The desired state of the Mute.
getName
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}
.
string
setName
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}
.
var
string
$this
getMute
Required. The desired state of the Mute.
int
setMute
Required. The desired state of the Mute.
var
int
$this
static::build
name
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}
. Please see Google\Cloud\SecurityCenter\V1\SecurityCenterClient::findingName()
for help formatting this field.
mute
int
Required. The desired state of the Mute. For allowed values, use constants defined on Google\Cloud\SecurityCenter\V1\Finding\Mute