Class CreateMuteConfigRequest (1.18.1)

CreateMuteConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for creating a mute config.

Attributes

NameDescription
parent str
Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
mute_config google.cloud.securitycenter_v1.types.MuteConfig
Required. The mute config being created.
mute_config_id str
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.