Skip to content

Commit

Permalink
feat: Adding project/folder level parents to notification configs in SCC
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 481230115
  • Loading branch information
Google APIs authored and Copybara-Service committed Oct 14, 2022
1 parent b037bb3 commit 94efa50
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 118 deletions.
2 changes: 2 additions & 0 deletions google/cloud/securitycenter/v1/notification_config.proto
Expand Up @@ -39,6 +39,8 @@ message NotificationConfig {
option (google.api.resource) = {
type: "securitycenter.googleapis.com/NotificationConfig"
pattern: "organizations/{organization}/notificationConfigs/{notification_config}"
pattern: "folders/{folder}/notificationConfigs/{notification_config}"
pattern: "projects/{project}/notificationConfigs/{notification_config}"
};

// The config for streaming-based notifications, which send each event as soon
Expand Down

0 comments on commit 94efa50

Please sign in to comment.