Method: folders.muteConfigs.patch

Stay organized with collections Save and categorize content based on your preferences.

Updates a mute config.

HTTP request

PATCH https://securitycenter.googleapis.com/v1/{muteConfig.name=folders/*/muteConfigs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
muteConfig.name

string

This field will be ignored if provided on config creation. Format "organizations/{organization}/muteConfigs/{muteConfig}" "folders/{folder}/muteConfigs/{muteConfig}" "projects/{project}/muteConfigs/{muteConfig}"

Query parameters

Parameters
updateMask

string (FieldMask format)

The list of fields to be updated. If empty all mutable fields will be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of MuteConfig.

Response body

If successful, the response body contains an instance of MuteConfig.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.