ProjectsLocationsMuteConfigs
class ProjectsLocationsMuteConfigs extends Resource (View source)
The "muteConfigs" collection of methods.
Typical usage is:
$securitycenterService = new Google\Service\SecurityCommandCenter(...);
$muteConfigs = $securitycenterService->projects_locations_muteConfigs;
Methods
create(string $parent, GoogleCloudSecuritycenterV1MuteConfig $postBody, array $optParams = [])
Creates a mute config. (muteConfigs.create)
delete(string $name, array $optParams = [])
Deletes an existing mute config. (muteConfigs.delete)
get(string $name, array $optParams = [])
Gets a mute config. (muteConfigs.get)
listProjectsLocationsMuteConfigs(string $parent, array $optParams = [])
Lists mute configs. (muteConfigs.listProjectsLocationsMuteConfigs)
patch(string $name, GoogleCloudSecuritycenterV1MuteConfig $postBody, array $optParams = [])
Updates a mute config. (muteConfigs.patch)
Details
GoogleCloudSecuritycenterV1MuteConfig
create(string $parent, GoogleCloudSecuritycenterV1MuteConfig $postBody, array $optParams = [])
Creates a mute config. (muteConfigs.create)
SecuritycenterEmpty
delete(string $name, array $optParams = [])
Deletes an existing mute config. (muteConfigs.delete)
GoogleCloudSecuritycenterV1MuteConfig
get(string $name, array $optParams = [])
Gets a mute config. (muteConfigs.get)
ListMuteConfigsResponse
listProjectsLocationsMuteConfigs(string $parent, array $optParams = [])
Lists mute configs. (muteConfigs.listProjectsLocationsMuteConfigs)
GoogleCloudSecuritycenterV1MuteConfig
patch(string $name, GoogleCloudSecuritycenterV1MuteConfig $postBody, array $optParams = [])
Updates a mute config. (muteConfigs.patch)