CreateMuteConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for creating a mute config.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Resource name of the new mute configs's parent. Its format is "organizations/[organization_id]/locations/[location_id]", "folders/[folder_id]/locations/[location_id]", or "projects/[project_id]/locations/[location_id]". |
mute_config |
google.cloud.securitycenter_v2.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 only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less. |