FoldersNotificationConfigs
class FoldersNotificationConfigs extends Resource (View source)
The "notificationConfigs" collection of methods.
Typical usage is:
$securitycenterService = new Google\Service\SecurityCommandCenter(...);
$notificationConfigs = $securitycenterService->folders_notificationConfigs;
Methods
Creates a notification config. (notificationConfigs.create)
Deletes a notification config. (notificationConfigs.delete)
Gets a notification config. (notificationConfigs.get)
Lists notification configs.
Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter (notificationConfigs.patch)
Details
NotificationConfig
create(string $parent, NotificationConfig $postBody, array $optParams = [])
Creates a notification config. (notificationConfigs.create)
SecuritycenterEmpty
delete(string $name, array $optParams = [])
Deletes a notification config. (notificationConfigs.delete)
NotificationConfig
get(string $name, array $optParams = [])
Gets a notification config. (notificationConfigs.get)
ListNotificationConfigsResponse
listFoldersNotificationConfigs(string $parent, array $optParams = [])
Lists notification configs.
(notificationConfigs.listFoldersNotificationConfigs)
NotificationConfig
patch(string $name, NotificationConfig $postBody, array $optParams = [])
Updates a notification config. The following update fields are allowed: description, pubsub_topic, streaming_config.filter (notificationConfigs.patch)