Skip to main content

mute_configs

Overview

Namemute_configs
TypeResource
Idgoogle.securitycenter.mute_configs

Fields

NameDatatypeDescription
namestringThis field will be ignored if provided on config creation. Format "organizations/{organization}/muteConfigs/{mute_config}" "folders/{folder}/muteConfigs/{mute_config}" "projects/{project}/muteConfigs/{mute_config}"
descriptionstringA description of the mute config.
createTimestringOutput only. The time at which the mute config was created. This field is set by the server and will be ignored if provided on config creation.
displayNamestringThe human readable name to be displayed for the mute config.
filterstringRequired. An expression that defines the filter to apply across create/update events of findings. While creating a filter string, be mindful of the scope in which the mute configuration is being created. E.g., If a filter contains project = X but is created under the project = Y scope, it might not match any findings. The following field and operator combinations are supported: severity: =, : category: =, : resource.name: =, : resource.project_name: =, : resource.project_display_name: =, : resource.folders.resource_folder: =, : resource.parent_name: =, : resource.parent_display_name: =, : resource.type: =, : finding_class: =, : indicator.ip_addresses: =, : indicator.domains: =, :
mostRecentEditorstringOutput only. Email address of the user who last edited the mute config. This field is set by the server and will be ignored if provided on config creation or update.
updateTimestringOutput only. The most recent time at which the mute config was updated. This field is set by the server and will be ignored if provided on config creation or update.

Methods

NameAccessible byRequired ParamsDescription
folders_mute_configs_getSELECTfoldersId, muteConfigsIdGets a mute config.
folders_mute_configs_listSELECTfoldersIdLists mute configs.
organizations_mute_configs_getSELECTmuteConfigsId, organizationsIdGets a mute config.
organizations_mute_configs_listSELECTorganizationsIdLists mute configs.
projects_mute_configs_getSELECTmuteConfigsId, projectsIdGets a mute config.
projects_mute_configs_listSELECTprojectsIdLists mute configs.
folders_mute_configs_createINSERTfoldersIdCreates a mute config.
organizations_mute_configs_createINSERTorganizationsIdCreates a mute config.
projects_mute_configs_createINSERTprojectsIdCreates a mute config.
folders_mute_configs_deleteDELETEfoldersId, muteConfigsIdDeletes an existing mute config.
organizations_mute_configs_deleteDELETEmuteConfigsId, organizationsIdDeletes an existing mute config.
projects_mute_configs_deleteDELETEmuteConfigsId, projectsIdDeletes an existing mute config.
_folders_mute_configs_listEXECfoldersIdLists mute configs.
_organizations_mute_configs_listEXECorganizationsIdLists mute configs.
_projects_mute_configs_listEXECprojectsIdLists mute configs.
folders_mute_configs_patchEXECfoldersId, muteConfigsIdUpdates a mute config.
organizations_mute_configs_patchEXECmuteConfigsId, organizationsIdUpdates a mute config.
projects_mute_configs_patchEXECmuteConfigsId, projectsIdUpdates a mute config.