Method: organizations.muteConfigs.create

Creates a mute config.

HTTP request

POST https://securitycenter.googleapis.com/v1/{parent=organizations/*}/muteConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[projectId]".

Query parameters

Parameters
muteConfigId

string

Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

Request body

The request body contains an instance of MuteConfig.

Response body

If successful, the response body contains a newly created instance of MuteConfig.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.