File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -373,8 +373,15 @@ type (
373
373
}
374
374
375
375
NodeAttrGrant struct {
376
- Target []string `json:"target,omitempty" hujson:"Target,omitempty"`
377
- Attr []string `json:"attr,omitempty" hujson:"Attr,omitempty"`
376
+ Target []string `json:"target,omitempty" hujson:"Target,omitempty"`
377
+ Attr []string `json:"attr,omitempty" hujson:"Attr,omitempty"`
378
+ App map [string ][]* NodeAttrGrantApp `json:"app,omitempty" hujson:"App,omitempty"`
379
+ }
380
+
381
+ NodeAttrGrantApp struct {
382
+ Name string `json:"name,omitempty" hujson:"Name,omitempty"`
383
+ Connectors []string `json:"connectors,omitempty" hujson:"Connectors,omitempty"`
384
+ Domains []string `json:"domains,omitempty" hujson:"Domains,omitempty"`
378
385
}
379
386
)
380
387
You can’t perform that action at this time.
0 commit comments