File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ type ActiveActiveDatabase struct {
2020 UseExternalEndpointForOSSClusterAPI * bool `json:"useExternalEndpointForOSSClusterApi,omitempty"`
2121 Replication * bool `json:"replication,omitempty"`
2222 DataEvictionPolicy * string `json:"dataEvictionPolicy,omitempty"`
23+ Security * Security `json:"security,omitempty"`
2324 Modules []* Module `json:"modules,omitempty"`
2425 CrdbDatabases []* CrdbDatabase `json:"crdbDatabases,omitempty"`
2526}
@@ -113,6 +114,7 @@ type UpdateActiveActiveDatabase struct {
113114 GlobalAlerts * []* Alert `json:"globalAlerts,omitempty"`
114115 Regions []* LocalRegionProperties `json:"regions,omitempty"`
115116 DataEvictionPolicy * string `json:"dataEvictionPolicy,omitempty"`
117+ EnableDefaultUser * bool `json:"enableDefaultUser,omitempty"`
116118 QueryPerformanceFactor * string `json:"queryPerformanceFactor,omitempty"`
117119}
118120
You can’t perform that action at this time.
0 commit comments