File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 33
44BUG FIXES:
55* Properly send optional webhook notification payload value
6+ * RoleV2 creation will no longer time out when selection_type is not specified
67
78MAINTENANCE:
89* Bump version of golang.org/x/net to v0.35.0
Original file line number Diff line number Diff line change 1- // ----------------------------------------------------------------------------
2- //
3- // *** AUTO GENERATED CODE *** AUTO GENERATED CODE ***
4- //
5- // ----------------------------------------------------------------------------
6- //
7- // This file is automatically generated by Sumo Logic and manual
8- // changes will be clobbered when the file is regenerated. Do not submit
9- // changes to this file.
10- //
11- // ----------------------------------------------------------------------------
121package sumologic
132
143import (
@@ -98,7 +87,7 @@ type RoleV2 struct {
9887 AuditDataFilter string `json:"auditDataFilter"`
9988 ID string `json:"id,omitempty"`
10089 LogAnalyticsFilter string `json:"logAnalyticsFilter"`
101- SelectionType string `json:"selectionType"`
90+ SelectionType string `json:"selectionType,omitempty "`
10291 SelectedViews []ViewFilterDefinition `json:"selectedViews,omitempty"`
10392 Description string `json:"description"`
10493}
You can’t perform that action at this time.
0 commit comments